Color Hex Logo

#0870ea Color Hex

#0870EA
(8,112,234)
0 Favorites   0 Comments

Color spaces of #0870ea

RGB 8112234
HSL0.590.930.47
HSV212°97°92°
CMYK 0.970.520.00   0.08
XYZ20.745617.580580.1419
Yxy17.58050.17510.1484
Hunter Lab41.929114.9419-83.9746
CIE-Lab48.983320.9454-68.5371

#0870ea color RGB value is (8,112,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110000 11101010
Octal 10 160 352
Decimal 8 112 234
Hex 8 70 EA

RGB Percentages of Color #0870ea

%2.26
%31.64
%66.10

CMYK Percentages of Color #0870ea

%97
%52
%0
%8

Triadic Colors of #0870ea

#0870ea #ea0870 #70ea08

Analogous Colors of #0870ea

#0870ea #1108ea #08e1ea

Monochromatic Colors of #0870ea

#0870ea

Complementary Color

#0870ea #ea8208

#0870ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0870ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0870ea Color CSS Codes

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

#0870ea Text Font Color

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

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


#0870ea Background Color

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

This div background color is #0870ea


#0870ea Border Color

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

This div border color is #0870ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0870ea


Comments

No comments written yet.

Please login to write comment.