Color Hex Logo

#0892de Color Hex

#0892DE
(8,146,222)
0 Favorites   0 Comments

Color spaces of #0892de

RGB 8146222
HSL0.560.930.45
HSV201°96°87°
CMYK 0.960.340.00   0.13
XYZ23.563825.883372.8613
Yxy25.88330.19270.2116
Hunter Lab50.8756-6.3574-49.2990
CIE-Lab57.9261-4.5439-47.4757

#0892de color RGB value is (8,146,222).

#0892de hex color red value is 8, green value is 146 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0892de hue: 0.56 , saturation: 0.93 and the lightness value of 0892de is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010010 11011110
Octal 10 222 336
Decimal 8 146 222
Hex 8 92 DE

RGB Percentages of Color #0892de

%2.13
%38.83
%59.04

CMYK Percentages of Color #0892de

%96
%34
%0
%13

Triadic Colors of #0892de

#0892de #de0892 #92de08

Analogous Colors of #0892de

#0892de #0827de #08debf

Monochromatic Colors of #0892de

#0892de

Complementary Color

#0892de #de5408

#0892de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0892de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0892de Color CSS Codes

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

#0892de Text Font Color

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

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


#0892de Background Color

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

This div background color is #0892de


#0892de Border Color

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

This div border color is #0892de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0892de


Comments

No comments written yet.

Please login to write comment.