Color Hex Logo

#7982ae Color Hex

#7982AE
(121,130,174)
0 Favorites   0 Comments

Color spaces of #7982ae

RGB 121130174
HSL0.640.250.58
HSV230°30°68°
CMYK 0.300.250.00   0.32
XYZ23.507823.086243.2615
Yxy23.08620.26160.2569
Hunter Lab48.04813.2479-19.7498
CIE-Lab55.16107.1256-24.3401

#7982ae color RGB value is (121,130,174).

#7982ae hex color red value is 121, green value is 130 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7982ae hue: 0.64 , saturation: 0.25 and the lightness value of 7982ae is 0.58.

The process color (four color CMYK) of #7982ae color hex is 0.30, 0.25, 0.00, 0.32. Web safe color of #7982ae is #669999. Color #7982ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 10101110
Octal 171 202 256
Decimal 121 130 174
Hex 79 82 AE

RGB Percentages of Color #7982ae

%28.47
%30.59
%40.94

CMYK Percentages of Color #7982ae

%30
%25
%0
%32

Triadic Colors of #7982ae

#7982ae #ae7982 #82ae79

Analogous Colors of #7982ae

#7982ae #8b79ae #799dae

Monochromatic Colors of #7982ae

#7982ae

Complementary Color

#7982ae #aea579

#7982ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7982ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7982ae Color CSS Codes

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

#7982ae Text Font Color

<p style="color:#7982ae">Text here</p>

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


#7982ae Background Color

<div style="background-color:#7982ae">
Div content here</div>

This div background color is #7982ae


#7982ae Border Color

<div style="border:3px solid #7982ae">
Div here</div>

This div border color is #7982ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,130,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7982ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7982ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7982ae;
  box-shadow:         1px 1px 3px 2px #7982ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,130,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7982ae


Comments

No comments written yet.

Please login to write comment.