Color Hex Logo

#5892de Color Hex

#5892DE
(88,146,222)
0 Favorites   0 Comments

Color spaces of #5892de

RGB 88146222
HSL0.590.670.61
HSV214°60°87°
CMYK 0.600.340.00   0.13
XYZ27.488227.906473.0449
Yxy27.90640.21400.2173
Hunter Lab52.82650.4358-45.0036
CIE-Lab59.80413.9114-44.3847

#5892de color RGB value is (88,146,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010010 11011110
Octal 130 222 336
Decimal 88 146 222
Hex 58 92 DE

RGB Percentages of Color #5892de

%19.30
%32.02
%48.68

CMYK Percentages of Color #5892de

%60
%34
%0
%13

Triadic Colors of #5892de

#5892de #de5892 #92de58

Analogous Colors of #5892de

#5892de #6158de #58d5de

Monochromatic Colors of #5892de

#5892de

Complementary Color

#5892de #dea458

#5892de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5892de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5892de Color CSS Codes

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

#5892de Text Font Color

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

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


#5892de Background Color

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

This div background color is #5892de


#5892de Border Color

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

This div border color is #5892de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5892de


Comments

No comments written yet.

Please login to write comment.