Color Hex Logo

#57235d Color Hex

#57235D
(87,35,93)
0 Favorites   0 Comments

Color spaces of #57235d

RGB 873593
HSL0.820.450.25
HSV294°62°36°
CMYK 0.060.620.00   0.64
XYZ6.50734.018610.7886
Yxy4.01860.30530.1885
Hunter Lab20.046422.8618-17.8762
CIE-Lab23.732833.2837-24.0427

#57235d color RGB value is (87,35,93).

#57235d hex color red value is 87, green value is 35 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #57235d hue: 0.82 , saturation: 0.45 and the lightness value of 57235d is 0.25.

The process color (four color CMYK) of #57235d color hex is 0.06, 0.62, 0.00, 0.64. Web safe color of #57235d is #663366. Color #57235d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100011 01011101
Octal 127 43 135
Decimal 87 35 93
Hex 57 23 5D

RGB Percentages of Color #57235d

%40.47
%16.28
%43.26

CMYK Percentages of Color #57235d

%6
%62
%0
%64

Triadic Colors of #57235d

#57235d #5d5723 #235d57

Analogous Colors of #57235d

#57235d #5d2346 #3a235d

Monochromatic Colors of #57235d

#57235d

Complementary Color

#57235d #295d23

#57235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57235d Color CSS Codes

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

#57235d Text Font Color

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

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


#57235d Background Color

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

This div background color is #57235d


#57235d Border Color

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

This div border color is #57235d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,35,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57235d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57235d;
  -webkit-box-shadow: 1px 1px 3px 2px #57235d;
  box-shadow:         1px 1px 3px 2px #57235d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57235d


Comments

No comments written yet.

Please login to write comment.