Color Hex Logo

#572472 Color Hex

#572472
(87,36,114)
0 Favorites   0 Comments

Color spaces of #572472

RGB 8736114
HSL0.780.520.29
HSV279°68°45°
CMYK 0.240.680.00   0.55
XYZ7.59864.502916.3882
Yxy4.50290.26670.1581
Hunter Lab21.220026.7833-30.9355
CIE-Lab25.268837.5119-35.2335

#572472 color RGB value is (87,36,114).

#572472 hex color red value is 87, green value is 36 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #572472 hue: 0.78 , saturation: 0.52 and the lightness value of 572472 is 0.29.

The process color (four color CMYK) of #572472 color hex is 0.24, 0.68, 0.00, 0.55. Web safe color of #572472 is #663366. Color #572472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100100 01110010
Octal 127 44 162
Decimal 87 36 114
Hex 57 24 72

RGB Percentages of Color #572472

%36.71
%15.19
%48.10

CMYK Percentages of Color #572472

%24
%68
%0
%55

Triadic Colors of #572472

#572472 #725724 #247257

Analogous Colors of #572472

#572472 #722466 #302472

Monochromatic Colors of #572472

#572472

Complementary Color

#572472 #3f7224

#572472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572472 Color CSS Codes

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

#572472 Text Font Color

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

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


#572472 Background Color

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

This div background color is #572472


#572472 Border Color

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

This div border color is #572472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572472


Comments

No comments written yet.

Please login to write comment.