Color Hex Logo

#572258 Color Hex

#572258
(87,34,88)
0 Favorites   0 Comments

Color spaces of #572258

RGB 873488
HSL0.830.440.24
HSV299°61°35°
CMYK 0.010.610.00   0.65
XYZ6.26403.87499.6503
Yxy3.87490.31650.1958
Hunter Lab19.684822.3531-15.2871
CIE-Lab23.253532.7682-21.4926

#572258 color RGB value is (87,34,88).

#572258 hex color red value is 87, green value is 34 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #572258 hue: 0.83 , saturation: 0.44 and the lightness value of 572258 is 0.24.

The process color (four color CMYK) of #572258 color hex is 0.01, 0.61, 0.00, 0.65. Web safe color of #572258 is #663366. Color #572258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100010 01011000
Octal 127 42 130
Decimal 87 34 88
Hex 57 22 58

RGB Percentages of Color #572258

%41.63
%16.27
%42.11

CMYK Percentages of Color #572258

%1
%61
%0
%65

Triadic Colors of #572258

#572258 #585722 #225857

Analogous Colors of #572258

#572258 #58223e #3c2258

Monochromatic Colors of #572258

#572258

Complementary Color

#572258 #235822

#572258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572258 Color CSS Codes

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

#572258 Text Font Color

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

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


#572258 Background Color

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

This div background color is #572258


#572258 Border Color

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

This div border color is #572258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572258


Comments

No comments written yet.

Please login to write comment.