Color Hex Logo

#5957cb Color Hex

#5957CB
(89,87,203)
0 Favorites   0 Comments

Color spaces of #5957cb

RGB 8987203
HSL0.670.530.57
HSV241°57°80°
CMYK 0.560.570.00   0.20
XYZ18.307513.252058.0929
Yxy13.25200.20420.1478
Hunter Lab36.403326.0633-69.1335
CIE-Lab43.140533.8417-60.2461

#5957cb color RGB value is (89,87,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 11001011
Octal 131 127 313
Decimal 89 87 203
Hex 59 57 CB

RGB Percentages of Color #5957cb

%23.48
%22.96
%53.56

CMYK Percentages of Color #5957cb

%56
%57
%0
%20

Triadic Colors of #5957cb

#5957cb #cb5957 #57cb59

Analogous Colors of #5957cb

#5957cb #9357cb #578fcb

Monochromatic Colors of #5957cb

#5957cb

Complementary Color

#5957cb #c9cb57

#5957cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5957cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5957cb Color CSS Codes

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

#5957cb Text Font Color

<p style="color:#5957cb">Text here</p>

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


#5957cb Background Color

<div style="background-color:#5957cb">
Div content here</div>

This div background color is #5957cb


#5957cb Border Color

<div style="border:3px solid #5957cb">
Div here</div>

This div border color is #5957cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,87,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5957cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5957cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5957cb;
  box-shadow:         1px 1px 3px 2px #5957cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5957cb


Comments

No comments written yet.

Please login to write comment.