Color Hex Logo

#5857cc Color Hex

#5857CC
(88,87,204)
0 Favorites   0 Comments

Color spaces of #5857cc

RGB 8887204
HSL0.670.530.57
HSV241°57°80°
CMYK 0.570.570.00   0.20
XYZ18.331813.250758.7182
Yxy13.25070.20300.1467
Hunter Lab36.401526.1900-70.1579
CIE-Lab43.138633.9777-60.8294

#5857cc color RGB value is (88,87,204).

#5857cc hex color red value is 88, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5857cc hue: 0.67 , saturation: 0.53 and the lightness value of 5857cc is 0.57.

The process color (four color CMYK) of #5857cc color hex is 0.57, 0.57, 0.00, 0.20. Web safe color of #5857cc is #6666cc. Color #5857cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010111 11001100
Octal 130 127 314
Decimal 88 87 204
Hex 58 57 CC

RGB Percentages of Color #5857cc

%23.22
%22.96
%53.83

CMYK Percentages of Color #5857cc

%57
%57
%0
%20

Triadic Colors of #5857cc

#5857cc #cc5857 #57cc58

Analogous Colors of #5857cc

#5857cc #9357cc #5791cc

Monochromatic Colors of #5857cc

#5857cc

Complementary Color

#5857cc #cbcc57

#5857cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5857cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5857cc Color CSS Codes

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

#5857cc Text Font Color

<p style="color:#5857cc">Text here</p>

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


#5857cc Background Color

<div style="background-color:#5857cc">
Div content here</div>

This div background color is #5857cc


#5857cc Border Color

<div style="border:3px solid #5857cc">
Div here</div>

This div border color is #5857cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,87,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5857cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5857cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5857cc;
  box-shadow:         1px 1px 3px 2px #5857cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5857cc


Comments

No comments written yet.

Please login to write comment.