Color Hex Logo

#572296 Color Hex

#572296
(87,34,150)
0 Favorites   0 Comments

Color spaces of #572296

RGB 8734150
HSL0.740.630.36
HSV267°77°59°
CMYK 0.420.770.00   0.41
XYZ10.00755.372329.3637
Yxy5.37230.22370.1201
Hunter Lab23.178236.5078-58.8877
CIE-Lab27.770247.4372-53.7494

#572296 color RGB value is (87,34,150).

#572296 hex color red value is 87, green value is 34 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #572296 hue: 0.74 , saturation: 0.63 and the lightness value of 572296 is 0.36.

The process color (four color CMYK) of #572296 color hex is 0.42, 0.77, 0.00, 0.41. Web safe color of #572296 is #663399. Color #572296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100010 10010110
Octal 127 42 226
Decimal 87 34 150
Hex 57 22 96

RGB Percentages of Color #572296

%32.10
%12.55
%55.35

CMYK Percentages of Color #572296

%42
%77
%0
%41

Triadic Colors of #572296

#572296 #965722 #229657

Analogous Colors of #572296

#572296 #912296 #222796

Monochromatic Colors of #572296

#572296

Complementary Color

#572296 #619622

#572296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572296 Color CSS Codes

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

#572296 Text Font Color

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

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


#572296 Background Color

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

This div background color is #572296


#572296 Border Color

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

This div border color is #572296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572296


Comments

No comments written yet.

Please login to write comment.