Color Hex Logo

#57018d Color Hex

#57018D
(87,1,141)
0 Favorites   0 Comments

Color spaces of #57018d

RGB 871141
HSL0.770.990.28
HSV277°99°55°
CMYK 0.380.990.00   0.45
XYZ8.74913.971025.5047
Yxy3.97100.22890.1039
Hunter Lab19.927443.4974-61.9351
CIE-Lab23.575355.1756-55.0535

#57018d color RGB value is (87,1,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 10001101
Octal 127 1 215
Decimal 87 1 141
Hex 57 1 8D

RGB Percentages of Color #57018d

%37.99
%0.44
%61.57

CMYK Percentages of Color #57018d

%38
%99
%0
%45

Triadic Colors of #57018d

#57018d #8d5701 #018d57

Analogous Colors of #57018d

#57018d #8d017d #11018d

Monochromatic Colors of #57018d

#57018d

Complementary Color

#57018d #378d01

#57018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57018d Color CSS Codes

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

#57018d Text Font Color

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

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


#57018d Background Color

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

This div background color is #57018d


#57018d Border Color

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

This div border color is #57018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57018d


Comments

No comments written yet.

Please login to write comment.