Color Hex Logo

#5782dd Color Hex

#5782DD
(87,130,221)
0 Favorites   0 Comments

Color spaces of #5782dd

RGB 87130221
HSL0.610.660.60
HSV221°61°87°
CMYK 0.610.410.00   0.13
XYZ24.964323.212071.5712
Yxy23.21200.20850.1938
Hunter Lab48.17888.1784-54.3520
CIE-Lab55.290012.9220-50.9821

#5782dd color RGB value is (87,130,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000010 11011101
Octal 127 202 335
Decimal 87 130 221
Hex 57 82 DD

RGB Percentages of Color #5782dd

%19.86
%29.68
%50.46

CMYK Percentages of Color #5782dd

%61
%41
%0
%13

Triadic Colors of #5782dd

#5782dd #dd5782 #82dd57

Analogous Colors of #5782dd

#5782dd #6f57dd #57c5dd

Monochromatic Colors of #5782dd

#5782dd

Complementary Color

#5782dd #ddb257

#5782dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5782dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5782dd Color CSS Codes

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

#5782dd Text Font Color

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

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


#5782dd Background Color

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

This div background color is #5782dd


#5782dd Border Color

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

This div border color is #5782dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5782dd


Comments

No comments written yet.

Please login to write comment.