Color Hex Logo

#57467d Color Hex

#57467D
(87,70,125)
0 Favorites   0 Comments

Color spaces of #57467d

RGB 8770125
HSL0.720.280.38
HSV259°44°49°
CMYK 0.300.440.00   0.51
XYZ9.82237.887220.4067
Yxy7.88720.25770.2069
Hunter Lab28.084213.2822-23.4228
CIE-Lab33.746920.2101-28.6844

#57467d color RGB value is (87,70,125).

#57467d hex color red value is 87, green value is 70 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #57467d hue: 0.72 , saturation: 0.28 and the lightness value of 57467d is 0.38.

The process color (four color CMYK) of #57467d color hex is 0.30, 0.44, 0.00, 0.51. Web safe color of #57467d is #663366. Color #57467d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000110 01111101
Octal 127 106 175
Decimal 87 70 125
Hex 57 46 7D

RGB Percentages of Color #57467d

%30.85
%24.82
%44.33

CMYK Percentages of Color #57467d

%30
%44
%0
%51

Triadic Colors of #57467d

#57467d #7d5746 #467d57

Analogous Colors of #57467d

#57467d #73467d #46517d

Monochromatic Colors of #57467d

#57467d

Complementary Color

#57467d #6c7d46

#57467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57467d Color CSS Codes

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

#57467d Text Font Color

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

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


#57467d Background Color

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

This div background color is #57467d


#57467d Border Color

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

This div border color is #57467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57467d


Comments

No comments written yet.

Please login to write comment.