Color Hex Logo

#a472ce Color Hex

#A472CE
(164,114,206)
0 Favorites   0 Comments

Color spaces of #a472ce

RGB 164114206
HSL0.760.480.63
HSV273°45°81°
CMYK 0.200.450.00   0.19
XYZ32.467724.383461.3877
Yxy24.38340.27460.2062
Hunter Lab49.379630.9519-39.1425
CIE-Lab56.469637.1528-40.2753

#a472ce color RGB value is (164,114,206).

#a472ce hex color red value is 164, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a472ce hue: 0.76 , saturation: 0.48 and the lightness value of a472ce is 0.63.

The process color (four color CMYK) of #a472ce color hex is 0.20, 0.45, 0.00, 0.19. Web safe color of #a472ce is #9966cc. Color #a472ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 11001110
Octal 244 162 316
Decimal 164 114 206
Hex A4 72 CE

RGB Percentages of Color #a472ce

%33.88
%23.55
%42.56

CMYK Percentages of Color #a472ce

%20
%45
%0
%19

Triadic Colors of #a472ce

#a472ce #cea472 #72cea4

Analogous Colors of #a472ce

#a472ce #ce72ca #7672ce

Monochromatic Colors of #a472ce

#a472ce

Complementary Color

#a472ce #9cce72

#a472ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a472ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a472ce Color CSS Codes

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

#a472ce Text Font Color

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

This sample text font color is #a472ce
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.


#a472ce Background Color

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

This div background color is #a472ce


#a472ce Border Color

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

This div border color is #a472ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,114,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 #a472ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a472ce


Comments

No comments written yet.

Please login to write comment.