Color Hex Logo

#0877ef Color Hex

#0877EF
(8,119,239)
0 Favorites   0 Comments

Color spaces of #0877ef

RGB 8119239
HSL0.590.940.48
HSV211°97°94°
CMYK 0.970.500.00   0.06
XYZ22.277019.477384.2467
Yxy19.47730.17680.1546
Hunter Lab44.133112.8683-82.2869
CIE-Lab51.241018.4462-67.6763

#0877ef color RGB value is (8,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110111 11101111
Octal 10 167 357
Decimal 8 119 239
Hex 8 77 EF

RGB Percentages of Color #0877ef

%2.19
%32.51
%65.30

CMYK Percentages of Color #0877ef

%97
%50
%0
%6

Triadic Colors of #0877ef

#0877ef #ef0877 #77ef08

Analogous Colors of #0877ef

#0877ef #0d08ef #08ebef

Monochromatic Colors of #0877ef

#0877ef

Complementary Color

#0877ef #ef8008

#0877ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0877ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0877ef Color CSS Codes

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

#0877ef Text Font Color

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

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


#0877ef Background Color

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

This div background color is #0877ef


#0877ef Border Color

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

This div border color is #0877ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0877ef


Comments

No comments written yet.

Please login to write comment.