Color Hex Logo

#5785dd Color Hex

#5785DD
(87,133,221)
0 Favorites   0 Comments

Color spaces of #5785dd

RGB 87133221
HSL0.610.660.60
HSV219°61°87°
CMYK 0.610.400.00   0.13
XYZ25.369224.021871.7062
Yxy24.02180.20950.1984
Hunter Lab49.01206.6226-52.4348
CIE-Lab56.109611.1112-49.6783

#5785dd color RGB value is (87,133,221).

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

The process color (four color CMYK) of #5785dd color hex is 0.61, 0.40, 0.00, 0.13. Web safe color of #5785dd is #6699cc. Color #5785dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000101 11011101
Octal 127 205 335
Decimal 87 133 221
Hex 57 85 DD

RGB Percentages of Color #5785dd

%19.73
%30.16
%50.11

CMYK Percentages of Color #5785dd

%61
%40
%0
%13

Triadic Colors of #5785dd

#5785dd #dd5785 #85dd57

Analogous Colors of #5785dd

#5785dd #6c57dd #57c8dd

Monochromatic Colors of #5785dd

#5785dd

Complementary Color

#5785dd #ddaf57

#5785dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5785dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5785dd Color CSS Codes

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

#5785dd Text Font Color

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

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


#5785dd Background Color

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

This div background color is #5785dd


#5785dd Border Color

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

This div border color is #5785dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5785dd


Comments

No comments written yet.

Please login to write comment.