Color Hex Logo

#0887ef Color Hex

#0887EF
(8,135,239)
0 Favorites   0 Comments

Color spaces of #0887ef

RGB 8135239
HSL0.580.940.48
HSV207°97°94°
CMYK 0.970.440.00   0.06
XYZ24.344123.611684.9358
Yxy23.61160.18320.1777
Hunter Lab48.59184.3915-69.6215
CIE-Lab55.69688.4947-60.4932

#0887ef color RGB value is (8,135,239).

#0887ef hex color red value is 8, green value is 135 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0887ef hue: 0.58 , saturation: 0.94 and the lightness value of 0887ef is 0.48.

The process color (four color CMYK) of #0887ef color hex is 0.97, 0.44, 0.00, 0.06. Web safe color of #0887ef is #0099ff. Color #0887ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000111 11101111
Octal 10 207 357
Decimal 8 135 239
Hex 8 87 EF

RGB Percentages of Color #0887ef

%2.09
%35.34
%62.57

CMYK Percentages of Color #0887ef

%97
%44
%0
%6

Triadic Colors of #0887ef

#0887ef #ef0887 #87ef08

Analogous Colors of #0887ef

#0887ef #0813ef #08efe4

Monochromatic Colors of #0887ef

#0887ef

Complementary Color

#0887ef #ef7008

#0887ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0887ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0887ef Color CSS Codes

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

#0887ef Text Font Color

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

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


#0887ef Background Color

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

This div background color is #0887ef


#0887ef Border Color

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

This div border color is #0887ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0887ef


Comments

No comments written yet.

Please login to write comment.