Color Hex Logo

#5885de Color Hex

#5885DE
(88,133,222)
0 Favorites   0 Comments

Color spaces of #5885de

RGB 88133222
HSL0.610.670.61
HSV220°60°87°
CMYK 0.600.400.00   0.13
XYZ25.596824.123772.4145
Yxy24.12370.20960.1975
Hunter Lab49.11597.0727-53.0337
CIE-Lab56.211411.6322-50.0738

#5885de color RGB value is (88,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000101 11011110
Octal 130 205 336
Decimal 88 133 222
Hex 58 85 DE

RGB Percentages of Color #5885de

%19.86
%30.02
%50.11

CMYK Percentages of Color #5885de

%60
%40
%0
%13

Triadic Colors of #5885de

#5885de #de5885 #85de58

Analogous Colors of #5885de

#5885de #6e58de #58c8de

Monochromatic Colors of #5885de

#5885de

Complementary Color

#5885de #deb158

#5885de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5885de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5885de Color CSS Codes

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

#5885de Text Font Color

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

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


#5885de Background Color

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

This div background color is #5885de


#5885de Border Color

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

This div border color is #5885de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,133,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 #5885de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5885de


Comments

No comments written yet.

Please login to write comment.