Color Hex Logo

#7782ab Color Hex

#7782AB
(119,130,171)
0 Favorites   0 Comments

Color spaces of #7782ab

RGB 119130171
HSL0.630.240.57
HSV227°30°67°
CMYK 0.300.240.00   0.33
XYZ22.941122.827541.7251
Yxy22.82750.26220.2609
Hunter Lab47.77812.0966-18.3338
CIE-Lab54.89425.7331-23.0385

#7782ab color RGB value is (119,130,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 10101011
Octal 167 202 253
Decimal 119 130 171
Hex 77 82 AB

RGB Percentages of Color #7782ab

%28.33
%30.95
%40.71

CMYK Percentages of Color #7782ab

%30
%24
%0
%33

Triadic Colors of #7782ab

#7782ab #ab7782 #82ab77

Analogous Colors of #7782ab

#7782ab #8677ab #779cab

Monochromatic Colors of #7782ab

#7782ab

Complementary Color

#7782ab #aba077

#7782ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7782ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7782ab Color CSS Codes

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

#7782ab Text Font Color

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

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


#7782ab Background Color

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

This div background color is #7782ab


#7782ab Border Color

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

This div border color is #7782ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7782ab


Comments

No comments written yet.

Please login to write comment.