Color Hex Logo

#5757cb Color Hex

#5757CB
(87,87,203)
0 Favorites   0 Comments

Color spaces of #5757cb

RGB 8787203
HSL0.670.530.57
HSV240°57°80°
CMYK 0.570.570.00   0.20
XYZ18.118213.154458.0840
Yxy13.15440.20280.1472
Hunter Lab36.269025.6990-69.5633
CIE-Lab42.995033.4703-60.4887

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010111 11001011
Octal 127 127 313
Decimal 87 87 203
Hex 57 57 CB

RGB Percentages of Color #5757cb

%23.08
%23.08
%53.85

CMYK Percentages of Color #5757cb

%57
%57
%0
%20

Triadic Colors of #5757cb

#5757cb #cb5757 #57cb57

Analogous Colors of #5757cb

#5757cb #9157cb #5791cb

Monochromatic Colors of #5757cb

#5757cb

Complementary Color

#5757cb #cbcb57

#5757cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5757cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5757cb Color CSS Codes

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

#5757cb Text Font Color

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

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


#5757cb Background Color

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

This div background color is #5757cb


#5757cb Border Color

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

This div border color is #5757cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,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 #5757cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5757cb


Comments

No comments written yet.

Please login to write comment.