Color Hex Logo

#070ebb Color Hex

#070EBB
(7,14,187)
0 Favorites   0 Comments

Color spaces of #070ebb

RGB 714187
HSL0.660.930.38
HSV238°96°73°
CMYK 0.960.930.00   0.27
XYZ9.21433.947147.2899
Yxy3.94710.15240.0653
Hunter Lab19.867348.0191-127.2201
CIE-Lab23.495859.4509-83.3643

#070ebb color RGB value is (7,14,187).

#070ebb hex color red value is 7, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #070ebb hue: 0.66 , saturation: 0.93 and the lightness value of 070ebb is 0.38.

The process color (four color CMYK) of #070ebb color hex is 0.96, 0.93, 0.00, 0.27. Web safe color of #070ebb is #0000cc. Color #070ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001110 10111011
Octal 7 16 273
Decimal 7 14 187
Hex 7 E BB

RGB Percentages of Color #070ebb

%3.37
%6.73
%89.90

CMYK Percentages of Color #070ebb

%96
%93
%0
%27

Triadic Colors of #070ebb

#070ebb #bb070e #0ebb07

Analogous Colors of #070ebb

#070ebb #5a07bb #0768bb

Monochromatic Colors of #070ebb

#070ebb

Complementary Color

#070ebb #bbb407

#070ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#070ebb Color CSS Codes

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

#070ebb Text Font Color

<p style="color:#070ebb">Text here</p>

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


#070ebb Background Color

<div style="background-color:#070ebb">
Div content here</div>

This div background color is #070ebb


#070ebb Border Color

<div style="border:3px solid #070ebb">
Div here</div>

This div border color is #070ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,14,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #070ebb;
  box-shadow:         1px 1px 3px 2px #070ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,14,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070ebb


Comments

No comments written yet.

Please login to write comment.