Color Hex Logo

#572688 Color Hex

#572688
(87,38,136)
0 Favorites   0 Comments

Color spaces of #572688

RGB 8738136
HSL0.750.560.34
HSV270°72°53°
CMYK 0.360.720.00   0.47
XYZ9.06755.190023.8164
Yxy5.19000.23820.1363
Hunter Lab22.781631.1787-46.0361
CIE-Lab27.269441.9592-45.9018

#572688 color RGB value is (87,38,136).

#572688 hex color red value is 87, green value is 38 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #572688 hue: 0.75 , saturation: 0.56 and the lightness value of 572688 is 0.34.

The process color (four color CMYK) of #572688 color hex is 0.36, 0.72, 0.00, 0.47. Web safe color of #572688 is #663399. Color #572688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100110 10001000
Octal 127 46 210
Decimal 87 38 136
Hex 57 26 88

RGB Percentages of Color #572688

%33.33
%14.56
%52.11

CMYK Percentages of Color #572688

%36
%72
%0
%47

Triadic Colors of #572688

#572688 #885726 #268857

Analogous Colors of #572688

#572688 #882688 #262688

Monochromatic Colors of #572688

#572688

Complementary Color

#572688 #578826

#572688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572688 Color CSS Codes

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

#572688 Text Font Color

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

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


#572688 Background Color

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

This div background color is #572688


#572688 Border Color

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

This div border color is #572688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572688


Comments

No comments written yet.

Please login to write comment.