Color Hex Logo

#a447ce Color Hex

#A447CE
(164,71,206)
0 Favorites   0 Comments

Color spaces of #a447ce

RGB 16471206
HSL0.780.580.54
HSV281°66°81°
CMYK 0.200.660.00   0.19
XYZ28.703716.855260.1331
Yxy16.85520.27160.1595
Hunter Lab41.055152.9520-58.1031
CIE-Lab48.077159.2625-53.6119

#a447ce color RGB value is (164,71,206).

#a447ce hex color red value is 164, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a447ce hue: 0.78 , saturation: 0.58 and the lightness value of a447ce is 0.54.

The process color (four color CMYK) of #a447ce color hex is 0.20, 0.66, 0.00, 0.19. Web safe color of #a447ce is #9933cc. Color #a447ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 11001110
Octal 244 107 316
Decimal 164 71 206
Hex A4 47 CE

RGB Percentages of Color #a447ce

%37.19
%16.10
%46.71

CMYK Percentages of Color #a447ce

%20
%66
%0
%19

Triadic Colors of #a447ce

#a447ce #cea447 #47cea4

Analogous Colors of #a447ce

#a447ce #ce47b5 #6147ce

Monochromatic Colors of #a447ce

#a447ce

Complementary Color

#a447ce #71ce47

#a447ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a447ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a447ce Color CSS Codes

.mybgcolor {background-color:#a447ce; } 
.myforecolor {color:#a447ce; }
.mybordercolor {border:3px solid #a447ce; }

#a447ce Text Font Color

<p style="color:#a447ce">Text here</p>

This sample text font color is #a447ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a447ce Background Color

<div style="background-color:#a447ce">
Div content here</div>

This div background color is #a447ce


#a447ce Border Color

<div style="border:3px solid #a447ce">
Div here</div>

This div border color is #a447ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,71,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a447ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a447ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a447ce;
  box-shadow:         1px 1px 3px 2px #a447ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,71,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a447ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a447ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a447ce;
  box-shadow:         1px 1px 3px 2px #a447ce;">
Div content here</div>

This div box has shadow with color #a447ce


Comments

No comments written yet.

Please login to write comment.