Color Hex Logo

#7291ab Color Hex

#7291AB
(114,145,171)
0 Favorites   0 Comments

Color spaces of #7291ab

RGB 114145171
HSL0.580.250.56
HSV207°33°67°
CMYK 0.330.150.00   0.33
XYZ24.415526.768542.4081
Yxy26.76850.26090.2860
Hunter Lab51.7383-6.3071-12.3812
CIE-Lab58.7594-4.3961-17.1627

#7291ab color RGB value is (114,145,171).

#7291ab hex color red value is 114, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7291ab hue: 0.58 , saturation: 0.25 and the lightness value of 7291ab is 0.56.

The process color (four color CMYK) of #7291ab color hex is 0.33, 0.15, 0.00, 0.33. Web safe color of #7291ab is #669999. Color #7291ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010001 10101011
Octal 162 221 253
Decimal 114 145 171
Hex 72 91 AB

RGB Percentages of Color #7291ab

%26.51
%33.72
%39.77

CMYK Percentages of Color #7291ab

%33
%15
%0
%33

Triadic Colors of #7291ab

#7291ab #ab7291 #91ab72

Analogous Colors of #7291ab

#7291ab #7275ab #72aba9

Monochromatic Colors of #7291ab

#7291ab

Complementary Color

#7291ab #ab8c72

#7291ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7291ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7291ab Color CSS Codes

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

#7291ab Text Font Color

<p style="color:#7291ab">Text here</p>

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


#7291ab Background Color

<div style="background-color:#7291ab">
Div content here</div>

This div background color is #7291ab


#7291ab Border Color

<div style="border:3px solid #7291ab">
Div here</div>

This div border color is #7291ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,145,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7291ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7291ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7291ab;
  box-shadow:         1px 1px 3px 2px #7291ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,145,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7291ab


Comments

No comments written yet.

Please login to write comment.