Color Hex Logo

#0716ad Color Hex

#0716AD
(7,22,173)
0 Favorites   0 Comments

Color spaces of #0716ad

RGB 722173
HSL0.650.920.35
HSV235°96°68°
CMYK 0.960.870.00   0.32
XYZ7.91743.636139.8197
Yxy3.63610.15410.0708
Hunter Lab19.068640.7445-110.4637
CIE-Lab22.430052.7195-76.7656

#0716ad color RGB value is (7,22,173).

#0716ad hex color red value is 7, green value is 22 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0716ad hue: 0.65 , saturation: 0.92 and the lightness value of 0716ad is 0.35.

The process color (four color CMYK) of #0716ad color hex is 0.96, 0.87, 0.00, 0.32. Web safe color of #0716ad is #000099. Color #0716ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010110 10101101
Octal 7 26 255
Decimal 7 22 173
Hex 7 16 AD

RGB Percentages of Color #0716ad

%3.47
%10.89
%85.64

CMYK Percentages of Color #0716ad

%96
%87
%0
%32

Triadic Colors of #0716ad

#0716ad #ad0716 #16ad07

Analogous Colors of #0716ad

#0716ad #4b07ad #0769ad

Monochromatic Colors of #0716ad

#0716ad

Complementary Color

#0716ad #ad9e07

#0716ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0716ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0716ad Color CSS Codes

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

#0716ad Text Font Color

<p style="color:#0716ad">Text here</p>

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


#0716ad Background Color

<div style="background-color:#0716ad">
Div content here</div>

This div background color is #0716ad


#0716ad Border Color

<div style="border:3px solid #0716ad">
Div here</div>

This div border color is #0716ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,22,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0716ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0716ad;
  -webkit-box-shadow: 1px 1px 3px 2px #0716ad;
  box-shadow:         1px 1px 3px 2px #0716ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0716ad


Comments

No comments written yet.

Please login to write comment.