Color Hex Logo

#7782ad Color Hex

#7782AD
(119,130,173)
0 Favorites   0 Comments

Color spaces of #7782ad

RGB 119130173
HSL0.630.250.57
HSV228°31°68°
CMYK 0.310.250.00   0.32
XYZ23.133222.904342.7369
Yxy22.90430.26060.2580
Hunter Lab47.85842.5288-19.4442
CIE-Lab54.97366.2573-24.0665

#7782ad color RGB value is (119,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 10101101
Octal 167 202 255
Decimal 119 130 173
Hex 77 82 AD

RGB Percentages of Color #7782ad

%28.20
%30.81
%41.00

CMYK Percentages of Color #7782ad

%31
%25
%0
%32

Triadic Colors of #7782ad

#7782ad #ad7782 #82ad77

Analogous Colors of #7782ad

#7782ad #8777ad #779dad

Monochromatic Colors of #7782ad

#7782ad

Complementary Color

#7782ad #ada277

#7782ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7782ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7782ad Color CSS Codes

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

#7782ad Text Font Color

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

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


#7782ad Background Color

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

This div background color is #7782ad


#7782ad Border Color

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

This div border color is #7782ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7782ad


Comments

No comments written yet.

Please login to write comment.