Color Hex Logo

#57278e Color Hex

#57278E
(87,39,142)
0 Favorites   0 Comments

Color spaces of #57278e

RGB 8739142
HSL0.740.570.35
HSV268°73°56°
CMYK 0.390.730.00   0.44
XYZ9.53855.430326.1366
Yxy5.43030.23200.1321
Hunter Lab23.303032.2842-50.1874
CIE-Lab27.927143.0132-48.5603

#57278e color RGB value is (87,39,142).

#57278e hex color red value is 87, green value is 39 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #57278e hue: 0.74 , saturation: 0.57 and the lightness value of 57278e is 0.35.

The process color (four color CMYK) of #57278e color hex is 0.39, 0.73, 0.00, 0.44. Web safe color of #57278e is #663399. Color #57278e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100111 10001110
Octal 127 47 216
Decimal 87 39 142
Hex 57 27 8E

RGB Percentages of Color #57278e

%32.46
%14.55
%52.99

CMYK Percentages of Color #57278e

%39
%73
%0
%44

Triadic Colors of #57278e

#57278e #8e5727 #278e57

Analogous Colors of #57278e

#57278e #8b278e #272b8e

Monochromatic Colors of #57278e

#57278e

Complementary Color

#57278e #5e8e27

#57278e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57278e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57278e Color CSS Codes

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

#57278e Text Font Color

<p style="color:#57278e">Text here</p>

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


#57278e Background Color

<div style="background-color:#57278e">
Div content here</div>

This div background color is #57278e


#57278e Border Color

<div style="border:3px solid #57278e">
Div here</div>

This div border color is #57278e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,39,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57278e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57278e;
  -webkit-box-shadow: 1px 1px 3px 2px #57278e;
  box-shadow:         1px 1px 3px 2px #57278e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57278e


Comments

No comments written yet.

Please login to write comment.