Color Hex Logo

#0877ea Color Hex

#0877EA
(8,119,234)
0 Favorites   0 Comments

Color spaces of #0877ea

RGB 8119234
HSL0.580.930.47
HSV211°97°92°
CMYK 0.970.490.00   0.08
XYZ21.548219.185880.4094
Yxy19.18580.17790.1584
Hunter Lab43.801611.1603-78.1813
CIE-Lab50.903916.5002-65.4265

#0877ea color RGB value is (8,119,234).

#0877ea hex color red value is 8, green value is 119 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0877ea hue: 0.58 , saturation: 0.93 and the lightness value of 0877ea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110111 11101010
Octal 10 167 352
Decimal 8 119 234
Hex 8 77 EA

RGB Percentages of Color #0877ea

%2.22
%32.96
%64.82

CMYK Percentages of Color #0877ea

%97
%49
%0
%8

Triadic Colors of #0877ea

#0877ea #ea0877 #77ea08

Analogous Colors of #0877ea

#0877ea #0a08ea #08e8ea

Monochromatic Colors of #0877ea

#0877ea

Complementary Color

#0877ea #ea7b08

#0877ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0877ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0877ea Color CSS Codes

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

#0877ea Text Font Color

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

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


#0877ea Background Color

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

This div background color is #0877ea


#0877ea Border Color

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

This div border color is #0877ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,119,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0877ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0877ea


Comments

No comments written yet.

Please login to write comment.