Color Hex Logo

#0887de Color Hex

#0887DE
(8,135,222)
0 Favorites   0 Comments

Color spaces of #0887de

RGB 8135222
HSL0.570.930.45
HSV204°96°87°
CMYK 0.960.390.00   0.13
XYZ21.948922.653572.3230
Yxy22.65350.18770.1937
Hunter Lab47.5957-0.9766-56.7758
CIE-Lab54.71361.9571-52.5826

#0887de color RGB value is (8,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000111 11011110
Octal 10 207 336
Decimal 8 135 222
Hex 8 87 DE

RGB Percentages of Color #0887de

%2.19
%36.99
%60.82

CMYK Percentages of Color #0887de

%96
%39
%0
%13

Triadic Colors of #0887de

#0887de #de0887 #87de08

Analogous Colors of #0887de

#0887de #081cde #08deca

Monochromatic Colors of #0887de

#0887de

Complementary Color

#0887de #de5f08

#0887de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0887de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0887de Color CSS Codes

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

#0887de Text Font Color

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

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


#0887de Background Color

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

This div background color is #0887de


#0887de Border Color

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

This div border color is #0887de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0887de


Comments

No comments written yet.

Please login to write comment.