Color Hex Logo

#5785cd Color Hex

#5785CD
(87,133,205)
0 Favorites   0 Comments

Color spaces of #5785cd

RGB 87133205
HSL0.600.540.57
HSV217°58°80°
CMYK 0.580.350.00   0.20
XYZ23.337523.209161.0074
Yxy23.20910.21700.2158
Hunter Lab48.17582.1619-41.3587
CIE-Lab55.28715.8226-41.9723

#5785cd color RGB value is (87,133,205).

#5785cd hex color red value is 87, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5785cd hue: 0.60 , saturation: 0.54 and the lightness value of 5785cd is 0.57.

The process color (four color CMYK) of #5785cd color hex is 0.58, 0.35, 0.00, 0.20. Web safe color of #5785cd is #6699cc. Color #5785cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000101 11001101
Octal 127 205 315
Decimal 87 133 205
Hex 57 85 CD

RGB Percentages of Color #5785cd

%20.47
%31.29
%48.24

CMYK Percentages of Color #5785cd

%58
%35
%0
%20

Triadic Colors of #5785cd

#5785cd #cd5785 #85cd57

Analogous Colors of #5785cd

#5785cd #6457cd #57c0cd

Monochromatic Colors of #5785cd

#5785cd

Complementary Color

#5785cd #cd9f57

#5785cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5785cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5785cd Color CSS Codes

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

#5785cd Text Font Color

<p style="color:#5785cd">Text here</p>

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


#5785cd Background Color

<div style="background-color:#5785cd">
Div content here</div>

This div background color is #5785cd


#5785cd Border Color

<div style="border:3px solid #5785cd">
Div here</div>

This div border color is #5785cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,133,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5785cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5785cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5785cd;
  box-shadow:         1px 1px 3px 2px #5785cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5785cd


Comments

No comments written yet.

Please login to write comment.