Color Hex Logo

#7290ac Color Hex

#7290AC
(114,144,172)
0 Favorites   0 Comments

Color spaces of #7290ac

RGB 114144172
HSL0.580.260.56
HSV209°34°67°
CMYK 0.340.160.00   0.33
XYZ24.359126.502542.8614
Yxy26.50250.25990.2828
Hunter Lab51.4806-5.6300-13.3269
CIE-Lab58.5110-3.5701-18.1097

#7290ac color RGB value is (114,144,172).

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

The process color (four color CMYK) of #7290ac color hex is 0.34, 0.16, 0.00, 0.33. Web safe color of #7290ac is #669999. Color #7290ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010000 10101100
Octal 162 220 254
Decimal 114 144 172
Hex 72 90 AC

RGB Percentages of Color #7290ac

%26.51
%33.49
%40.00

CMYK Percentages of Color #7290ac

%34
%16
%0
%33

Triadic Colors of #7290ac

#7290ac #ac7290 #90ac72

Analogous Colors of #7290ac

#7290ac #7273ac #72acab

Monochromatic Colors of #7290ac

#7290ac

Complementary Color

#7290ac #ac8e72

#7290ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7290ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7290ac Color CSS Codes

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

#7290ac Text Font Color

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

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


#7290ac Background Color

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

This div background color is #7290ac


#7290ac Border Color

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

This div border color is #7290ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7290ac


Comments

No comments written yet.

Please login to write comment.