Color Hex Logo

#5581de Color Hex

#5581DE
(85,129,222)
0 Favorites   0 Comments

Color spaces of #5581de

RGB 85129222
HSL0.610.670.60
HSV221°62°87°
CMYK 0.620.420.00   0.13
XYZ24.781422.905772.2224
Yxy22.90570.20670.1910
Hunter Lab47.85998.6708-55.9689
CIE-Lab54.975113.4957-52.0509

#5581de color RGB value is (85,129,222).

#5581de hex color red value is 85, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5581de hue: 0.61 , saturation: 0.67 and the lightness value of 5581de is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000001 11011110
Octal 125 201 336
Decimal 85 129 222
Hex 55 81 DE

RGB Percentages of Color #5581de

%19.50
%29.59
%50.92

CMYK Percentages of Color #5581de

%62
%42
%0
%13

Triadic Colors of #5581de

#5581de #de5581 #81de55

Analogous Colors of #5581de

#5581de #6e55de #55c6de

Monochromatic Colors of #5581de

#5581de

Complementary Color

#5581de #deb255

#5581de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5581de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5581de Color CSS Codes

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

#5581de Text Font Color

<p style="color:#5581de">Text here</p>

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


#5581de Background Color

<div style="background-color:#5581de">
Div content here</div>

This div background color is #5581de


#5581de Border Color

<div style="border:3px solid #5581de">
Div here</div>

This div border color is #5581de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,129,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5581de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5581de;
  -webkit-box-shadow: 1px 1px 3px 2px #5581de;
  box-shadow:         1px 1px 3px 2px #5581de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,129,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5581de


Comments

No comments written yet.

Please login to write comment.