Color Hex Logo

#5781dd Color Hex

#5781DD
(87,129,221)
0 Favorites   0 Comments

Color spaces of #5781dd

RGB 87129221
HSL0.610.660.60
HSV221°61°87°
CMYK 0.610.420.00   0.13
XYZ24.831922.947271.5271
Yxy22.94720.20810.1923
Hunter Lab47.90328.6995-54.9971
CIE-Lab55.017913.5279-51.4155

#5781dd color RGB value is (87,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000001 11011101
Octal 127 201 335
Decimal 87 129 221
Hex 57 81 DD

RGB Percentages of Color #5781dd

%19.91
%29.52
%50.57

CMYK Percentages of Color #5781dd

%61
%42
%0
%13

Triadic Colors of #5781dd

#5781dd #dd5781 #81dd57

Analogous Colors of #5781dd

#5781dd #7057dd #57c4dd

Monochromatic Colors of #5781dd

#5781dd

Complementary Color

#5781dd #ddb357

#5781dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5781dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5781dd Color CSS Codes

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

#5781dd Text Font Color

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

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


#5781dd Background Color

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

This div background color is #5781dd


#5781dd Border Color

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

This div border color is #5781dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5781dd


Comments

No comments written yet.

Please login to write comment.