Color Hex Logo

#572caf Color Hex

#572CAF
(87,44,175)
0 Favorites   0 Comments

Color spaces of #572caf

RGB 8744175
HSL0.720.600.43
HSV260°75°69°
CMYK 0.500.750.00   0.31
XYZ12.56906.922741.2312
Yxy6.92270.20700.1140
Hunter Lab26.311039.2267-74.4938
CIE-Lab31.630349.4333-62.5733

#572caf color RGB value is (87,44,175).

#572caf hex color red value is 87, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #572caf hue: 0.72 , saturation: 0.60 and the lightness value of 572caf is 0.43.

The process color (four color CMYK) of #572caf color hex is 0.50, 0.75, 0.00, 0.31. Web safe color of #572caf is #663399. Color #572caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101100 10101111
Octal 127 54 257
Decimal 87 44 175
Hex 57 2C AF

RGB Percentages of Color #572caf

%28.43
%14.38
%57.19

CMYK Percentages of Color #572caf

%50
%75
%0
%31

Triadic Colors of #572caf

#572caf #af572c #2caf57

Analogous Colors of #572caf

#572caf #992caf #2c43af

Monochromatic Colors of #572caf

#572caf

Complementary Color

#572caf #84af2c

#572caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#572caf Color CSS Codes

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

#572caf Text Font Color

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

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


#572caf Background Color

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

This div background color is #572caf


#572caf Border Color

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

This div border color is #572caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,44,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #572caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #572caf;
  -webkit-box-shadow: 1px 1px 3px 2px #572caf;
  box-shadow:         1px 1px 3px 2px #572caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,44,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572caf


Comments

No comments written yet.

Please login to write comment.