Color Hex Logo

#070aba Color Hex

#070ABA
(7,10,186)
0 Favorites   0 Comments

Color spaces of #070aba

RGB 710186
HSL0.660.930.38
HSV239°96°73°
CMYK 0.960.950.00   0.27
XYZ9.05913.807446.7118
Yxy3.80740.15210.0639
Hunter Lab19.512648.7252-128.2776
CIE-Lab23.024260.1866-83.5577

#070aba color RGB value is (7,10,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001010 10111010
Octal 7 12 272
Decimal 7 10 186
Hex 7 A BA

RGB Percentages of Color #070aba

%3.45
%4.93
%91.63

CMYK Percentages of Color #070aba

%96
%95
%0
%27

Triadic Colors of #070aba

#070aba #ba070a #0aba07

Analogous Colors of #070aba

#070aba #5d07ba #0764ba

Monochromatic Colors of #070aba

#070aba

Complementary Color

#070aba #bab707

#070aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#070aba Color CSS Codes

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

#070aba Text Font Color

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

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


#070aba Background Color

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

This div background color is #070aba


#070aba Border Color

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

This div border color is #070aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070aba


Comments

No comments written yet.

Please login to write comment.