Color Hex Logo

#57075d Color Hex

#57075D
(87,7,93)
0 Favorites   0 Comments

Color spaces of #57075d

RGB 87793
HSL0.820.860.20
HSV296°92°36°
CMYK 0.060.920.00   0.64
XYZ5.98222.968510.6136
Yxy2.96850.30580.1517
Hunter Lab17.229331.8257-24.4632
CIE-Lab19.917344.0731-30.1181

#57075d color RGB value is (87,7,93).

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

The process color (four color CMYK) of #57075d color hex is 0.06, 0.92, 0.00, 0.64. Web safe color of #57075d is #660066. Color #57075d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000111 01011101
Octal 127 7 135
Decimal 87 7 93
Hex 57 7 5D

RGB Percentages of Color #57075d

%46.52
%3.74
%49.73

CMYK Percentages of Color #57075d

%6
%92
%0
%64

Triadic Colors of #57075d

#57075d #5d5707 #075d57

Analogous Colors of #57075d

#57075d #5d0738 #2c075d

Monochromatic Colors of #57075d

#57075d

Complementary Color

#57075d #0d5d07

#57075d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57075d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57075d Color CSS Codes

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

#57075d Text Font Color

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

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


#57075d Background Color

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

This div background color is #57075d


#57075d Border Color

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

This div border color is #57075d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,7,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 #57075d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57075d


Comments

No comments written yet.

Please login to write comment.