Color Hex Logo

#7290ad Color Hex

#7290AD
(114,144,173)
0 Favorites   0 Comments

Color spaces of #7290ad

RGB 114144173
HSL0.580.260.56
HSV209°34°68°
CMYK 0.340.170.00   0.32
XYZ24.455526.541143.3692
Yxy26.54110.25920.2813
Hunter Lab51.5181-5.4231-13.8492
CIE-Lab58.5471-3.3076-18.6239

#7290ad color RGB value is (114,144,173).

#7290ad hex color red value is 114, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7290ad hue: 0.58 , saturation: 0.26 and the lightness value of 7290ad is 0.56.

The process color (four color CMYK) of #7290ad color hex is 0.34, 0.17, 0.00, 0.32. Web safe color of #7290ad is #669999. Color #7290ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010000 10101101
Octal 162 220 255
Decimal 114 144 173
Hex 72 90 AD

RGB Percentages of Color #7290ad

%26.45
%33.41
%40.14

CMYK Percentages of Color #7290ad

%34
%17
%0
%32

Triadic Colors of #7290ad

#7290ad #ad7290 #90ad72

Analogous Colors of #7290ad

#7290ad #7273ad #72adad

Monochromatic Colors of #7290ad

#7290ad

Complementary Color

#7290ad #ad8f72

#7290ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7290ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7290ad Color CSS Codes

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

#7290ad Text Font Color

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

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


#7290ad Background Color

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

This div background color is #7290ad


#7290ad Border Color

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

This div border color is #7290ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,144,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 #7290ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7290ad


Comments

No comments written yet.

Please login to write comment.