Color Hex Logo

#a572cb Color Hex

#A572CB
(165,114,203)
0 Favorites   0 Comments

Color spaces of #a572cb

RGB 165114203
HSL0.760.460.62
HSV274°44°80°
CMYK 0.190.440.00   0.20
XYZ32.313924.345859.4960
Yxy24.34580.27820.2096
Hunter Lab49.341530.5527-36.9529
CIE-Lab56.432436.7606-38.6247

#a572cb color RGB value is (165,114,203).

#a572cb hex color red value is 165, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a572cb hue: 0.76 , saturation: 0.46 and the lightness value of a572cb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110010 11001011
Octal 245 162 313
Decimal 165 114 203
Hex A5 72 CB

RGB Percentages of Color #a572cb

%34.23
%23.65
%42.12

CMYK Percentages of Color #a572cb

%19
%44
%0
%20

Triadic Colors of #a572cb

#a572cb #cba572 #72cba5

Analogous Colors of #a572cb

#a572cb #cb72c5 #7972cb

Monochromatic Colors of #a572cb

#a572cb

Complementary Color

#a572cb #98cb72

#a572cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a572cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a572cb Color CSS Codes

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

#a572cb Text Font Color

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

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


#a572cb Background Color

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

This div background color is #a572cb


#a572cb Border Color

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

This div border color is #a572cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,114,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a572cb


Comments

No comments written yet.

Please login to write comment.