Color Hex Logo

#5581ef Color Hex

#5581EF
(85,129,239)
0 Favorites   0 Comments

Color spaces of #5581ef

RGB 85129239
HSL0.620.830.64
HSV223°64°94°
CMYK 0.640.460.00   0.06
XYZ27.176623.863884.8352
Yxy23.86380.20000.1756
Hunter Lab48.850613.8147-68.7691
CIE-Lab55.951219.2646-59.9819

#5581ef color RGB value is (85,129,239).

#5581ef hex color red value is 85, green value is 129 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5581ef hue: 0.62 , saturation: 0.83 and the lightness value of 5581ef is 0.64.

The process color (four color CMYK) of #5581ef color hex is 0.64, 0.46, 0.00, 0.06. Web safe color of #5581ef is #6699ff. Color #5581ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000001 11101111
Octal 125 201 357
Decimal 85 129 239
Hex 55 81 EF

RGB Percentages of Color #5581ef

%18.76
%28.48
%52.76

CMYK Percentages of Color #5581ef

%64
%46
%0
%6

Triadic Colors of #5581ef

#5581ef #ef5581 #81ef55

Analogous Colors of #5581ef

#5581ef #7655ef #55ceef

Monochromatic Colors of #5581ef

#5581ef

Complementary Color

#5581ef #efc355

#5581ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5581ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5581ef Color CSS Codes

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

#5581ef Text Font Color

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

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


#5581ef Background Color

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

This div background color is #5581ef


#5581ef Border Color

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

This div border color is #5581ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5581ef


Comments

No comments written yet.

Please login to write comment.