Color Hex Logo

#57025b Color Hex

#57025B
(87,2,91)
0 Favorites   0 Comments

Color spaces of #57025b

RGB 87291
HSL0.830.960.18
HSV297°98°36°
CMYK 0.040.980.00   0.64
XYZ5.84052.825010.1350
Yxy2.82500.31070.1503
Hunter Lab16.807732.6132-23.9862
CIE-Lab19.329045.0261-29.7276

#57025b color RGB value is (87,2,91).

#57025b hex color red value is 87, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #57025b hue: 0.83 , saturation: 0.96 and the lightness value of 57025b is 0.18.

The process color (four color CMYK) of #57025b color hex is 0.04, 0.98, 0.00, 0.64. Web safe color of #57025b is #660066. Color #57025b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 01011011
Octal 127 2 133
Decimal 87 2 91
Hex 57 2 5B

RGB Percentages of Color #57025b

%48.33
%1.11
%50.56

CMYK Percentages of Color #57025b

%4
%98
%0
%64

Triadic Colors of #57025b

#57025b #5b5702 #025b57

Analogous Colors of #57025b

#57025b #5b0233 #2b025b

Monochromatic Colors of #57025b

#57025b

Complementary Color

#57025b #065b02

#57025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57025b Color CSS Codes

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

#57025b Text Font Color

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

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


#57025b Background Color

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

This div background color is #57025b


#57025b Border Color

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

This div border color is #57025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57025b


Comments

No comments written yet.

Please login to write comment.