Color Hex Logo

#070aea Color Hex

#070AEA
(7,10,234)
0 Favorites   0 Comments

Color spaces of #070aea

RGB 710234
HSL0.660.940.47
HSV239°97°92°
CMYK 0.970.960.00   0.08
XYZ15.04746.202878.2461
Yxy6.20280.15120.0623
Hunter Lab24.905464.2619-168.8394
CIE-Lab29.918572.5614-99.9723

#070aea color RGB value is (7,10,234).

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

The process color (four color CMYK) of #070aea color hex is 0.97, 0.96, 0.00, 0.08. Web safe color of #070aea is #0000ff. Color #070aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001010 11101010
Octal 7 12 352
Decimal 7 10 234
Hex 7 A EA

RGB Percentages of Color #070aea

%2.79
%3.98
%93.23

CMYK Percentages of Color #070aea

%97
%96
%0
%8

Triadic Colors of #070aea

#070aea #ea070a #0aea07

Analogous Colors of #070aea

#070aea #7607ea #077cea

Monochromatic Colors of #070aea

#070aea

Complementary Color

#070aea #eae707

#070aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#070aea Color CSS Codes

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

#070aea Text Font Color

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

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


#070aea Background Color

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

This div background color is #070aea


#070aea Border Color

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

This div border color is #070aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,10,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 #070aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070aea


Comments

No comments written yet.

Please login to write comment.