Color Hex Logo

#57028d Color Hex

#57028D
(87,2,141)
0 Favorites   0 Comments

Color spaces of #57028d

RGB 872141
HSL0.770.970.28
HSV277°99°55°
CMYK 0.380.990.00   0.45
XYZ8.75993.992725.5083
Yxy3.99270.22900.1044
Hunter Lab19.981743.2855-61.7012
CIE-Lab23.647354.9583-54.9352

#57028d color RGB value is (87,2,141).

#57028d hex color red value is 87, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #57028d hue: 0.77 , saturation: 0.97 and the lightness value of 57028d is 0.28.

The process color (four color CMYK) of #57028d color hex is 0.38, 0.99, 0.00, 0.45. Web safe color of #57028d is #660099. Color #57028d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 10001101
Octal 127 2 215
Decimal 87 2 141
Hex 57 2 8D

RGB Percentages of Color #57028d

%37.83
%0.87
%61.30

CMYK Percentages of Color #57028d

%38
%99
%0
%45

Triadic Colors of #57028d

#57028d #8d5702 #028d57

Analogous Colors of #57028d

#57028d #8d027e #12028d

Monochromatic Colors of #57028d

#57028d

Complementary Color

#57028d #388d02

#57028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57028d Color CSS Codes

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

#57028d Text Font Color

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

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


#57028d Background Color

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

This div background color is #57028d


#57028d Border Color

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

This div border color is #57028d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57028d


Comments

No comments written yet.

Please login to write comment.