Color Hex Logo

#7791ad Color Hex

#7791AD
(119,145,173)
0 Favorites   0 Comments

Color spaces of #7791ad

RGB 119145173
HSL0.590.250.57
HSV211°31°68°
CMYK 0.310.160.00   0.32
XYZ25.276027.189943.4511
Yxy27.18990.26350.2835
Hunter Lab52.1439-4.7267-12.9051
CIE-Lab59.1497-2.3873-17.6776

#7791ad color RGB value is (119,145,173).

#7791ad hex color red value is 119, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7791ad hue: 0.59 , saturation: 0.25 and the lightness value of 7791ad is 0.57.

The process color (four color CMYK) of #7791ad color hex is 0.31, 0.16, 0.00, 0.32. Web safe color of #7791ad is #669999. Color #7791ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010001 10101101
Octal 167 221 255
Decimal 119 145 173
Hex 77 91 AD

RGB Percentages of Color #7791ad

%27.23
%33.18
%39.59

CMYK Percentages of Color #7791ad

%31
%16
%0
%32

Triadic Colors of #7791ad

#7791ad #ad7791 #91ad77

Analogous Colors of #7791ad

#7791ad #7877ad #77acad

Monochromatic Colors of #7791ad

#7791ad

Complementary Color

#7791ad #ad9377

#7791ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7791ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7791ad Color CSS Codes

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

#7791ad Text Font Color

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

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


#7791ad Background Color

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

This div background color is #7791ad


#7791ad Border Color

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

This div border color is #7791ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7791ad


Comments

No comments written yet.

Please login to write comment.