Color Hex Logo

#0709ac Color Hex

#0709AC
(7,9,172)
0 Favorites   0 Comments

Color spaces of #0709ac

RGB 79172
HSL0.660.920.35
HSV239°96°67°
CMYK 0.960.950.00   0.33
XYZ7.63173.219139.2488
Yxy3.21910.15230.0643
Hunter Lab17.941944.5281-117.1409
CIE-Lab20.900856.6517-78.7152

#0709ac color RGB value is (7,9,172).

#0709ac hex color red value is 7, green value is 9 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0709ac hue: 0.66 , saturation: 0.92 and the lightness value of 0709ac is 0.35.

The process color (four color CMYK) of #0709ac color hex is 0.96, 0.95, 0.00, 0.33. Web safe color of #0709ac is #000099. Color #0709ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001001 10101100
Octal 7 11 254
Decimal 7 9 172
Hex 7 9 AC

RGB Percentages of Color #0709ac

%3.72
%4.79
%91.49

CMYK Percentages of Color #0709ac

%96
%95
%0
%33

Triadic Colors of #0709ac

#0709ac #ac0709 #09ac07

Analogous Colors of #0709ac

#0709ac #5707ac #075cac

Monochromatic Colors of #0709ac

#0709ac

Complementary Color

#0709ac #acaa07

#0709ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0709ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0709ac Color CSS Codes

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

#0709ac Text Font Color

<p style="color:#0709ac">Text here</p>

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


#0709ac Background Color

<div style="background-color:#0709ac">
Div content here</div>

This div background color is #0709ac


#0709ac Border Color

<div style="border:3px solid #0709ac">
Div here</div>

This div border color is #0709ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,9,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0709ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0709ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0709ac;
  box-shadow:         1px 1px 3px 2px #0709ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0709ac


Comments

No comments written yet.

Please login to write comment.