Color Hex Logo

#57017c Color Hex

#57017C
(87,1,124)
0 Favorites   0 Comments

Color spaces of #57017c

RGB 871124
HSL0.780.980.25
HSV282°99°49°
CMYK 0.300.990.00   0.51
XYZ7.57943.503219.3455
Yxy3.50320.24910.1151
Hunter Lab18.716839.5293-48.1797
CIE-Lab21.955951.6100-46.9942

#57017c color RGB value is (87,1,124).

#57017c hex color red value is 87, green value is 1 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #57017c hue: 0.78 , saturation: 0.98 and the lightness value of 57017c is 0.25.

The process color (four color CMYK) of #57017c color hex is 0.30, 0.99, 0.00, 0.51. Web safe color of #57017c is #660066. Color #57017c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 01111100
Octal 127 1 174
Decimal 87 1 124
Hex 57 1 7C

RGB Percentages of Color #57017c

%41.04
%0.47
%58.49

CMYK Percentages of Color #57017c

%30
%99
%0
%51

Triadic Colors of #57017c

#57017c #7c5701 #017c57

Analogous Colors of #57017c

#57017c #7c0163 #1a017c

Monochromatic Colors of #57017c

#57017c

Complementary Color

#57017c #267c01

#57017c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57017c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57017c Color CSS Codes

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

#57017c Text Font Color

<p style="color:#57017c">Text here</p>

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


#57017c Background Color

<div style="background-color:#57017c">
Div content here</div>

This div background color is #57017c


#57017c Border Color

<div style="border:3px solid #57017c">
Div here</div>

This div border color is #57017c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57017c


Comments

No comments written yet.

Please login to write comment.