Color Hex Logo

#57148c Color Hex

#57148C
(87,20,140)
0 Favorites   0 Comments

Color spaces of #57148c

RGB 8720140
HSL0.760.750.31
HSV274°86°55°
CMYK 0.380.860.00   0.45
XYZ8.91434.420025.1943
Yxy4.42000.23140.1147
Hunter Lab21.023838.8941-56.3347
CIE-Lab25.014050.3866-52.0709

#57148c color RGB value is (87,20,140).

#57148c hex color red value is 87, green value is 20 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #57148c hue: 0.76 , saturation: 0.75 and the lightness value of 57148c is 0.31.

The process color (four color CMYK) of #57148c color hex is 0.38, 0.86, 0.00, 0.45. Web safe color of #57148c is #660099. Color #57148c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 10001100
Octal 127 24 214
Decimal 87 20 140
Hex 57 14 8C

RGB Percentages of Color #57148c

%35.22
%8.10
%56.68

CMYK Percentages of Color #57148c

%38
%86
%0
%45

Triadic Colors of #57148c

#57148c #8c5714 #148c57

Analogous Colors of #57148c

#57148c #8c1485 #1b148c

Monochromatic Colors of #57148c

#57148c

Complementary Color

#57148c #498c14

#57148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57148c Color CSS Codes

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

#57148c Text Font Color

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

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


#57148c Background Color

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

This div background color is #57148c


#57148c Border Color

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

This div border color is #57148c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57148c


Comments

No comments written yet.

Please login to write comment.