Color Hex Logo

#57306b Color Hex

#57306B
(87,48,107)
0 Favorites   0 Comments

Color spaces of #57306b

RGB 8748107
HSL0.780.380.30
HSV280°55°42°
CMYK 0.190.550.00   0.58
XYZ7.64135.201714.5112
Yxy5.20170.27930.1902
Hunter Lab22.807219.8917-21.7584
CIE-Lab27.301829.1515-27.5009

#57306b color RGB value is (87,48,107).

#57306b hex color red value is 87, green value is 48 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #57306b hue: 0.78 , saturation: 0.38 and the lightness value of 57306b is 0.30.

The process color (four color CMYK) of #57306b color hex is 0.19, 0.55, 0.00, 0.58. Web safe color of #57306b is #663366. Color #57306b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 01101011
Octal 127 60 153
Decimal 87 48 107
Hex 57 30 6B

RGB Percentages of Color #57306b

%35.95
%19.83
%44.21

CMYK Percentages of Color #57306b

%19
%55
%0
%58

Triadic Colors of #57306b

#57306b #6b5730 #306b57

Analogous Colors of #57306b

#57306b #6b3062 #39306b

Monochromatic Colors of #57306b

#57306b

Complementary Color

#57306b #446b30

#57306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57306b Color CSS Codes

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

#57306b Text Font Color

<p style="color:#57306b">Text here</p>

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


#57306b Background Color

<div style="background-color:#57306b">
Div content here</div>

This div background color is #57306b


#57306b Border Color

<div style="border:3px solid #57306b">
Div here</div>

This div border color is #57306b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,48,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57306b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57306b;
  -webkit-box-shadow: 1px 1px 3px 2px #57306b;
  box-shadow:         1px 1px 3px 2px #57306b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57306b


Comments

No comments written yet.

Please login to write comment.