Color Hex Logo

#7982cd Color Hex

#7982CD
(121,130,205)
0 Favorites   0 Comments

Color spaces of #7982cd

RGB 121130205
HSL0.650.460.64
HSV234°41°80°
CMYK 0.410.370.00   0.20
XYZ26.887224.438061.0575
Yxy24.43800.23920.2175
Hunter Lab49.434810.5738-38.6254
CIE-Lab56.523715.6235-39.8854

#7982cd color RGB value is (121,130,205).

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

The process color (four color CMYK) of #7982cd color hex is 0.41, 0.37, 0.00, 0.20. Web safe color of #7982cd is #6699cc. Color #7982cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000010 11001101
Octal 171 202 315
Decimal 121 130 205
Hex 79 82 CD

RGB Percentages of Color #7982cd

%26.54
%28.51
%44.96

CMYK Percentages of Color #7982cd

%41
%37
%0
%20

Triadic Colors of #7982cd

#7982cd #cd7982 #82cd79

Analogous Colors of #7982cd

#7982cd #9a79cd #79accd

Monochromatic Colors of #7982cd

#7982cd

Complementary Color

#7982cd #cdc479

#7982cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7982cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7982cd Color CSS Codes

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

#7982cd Text Font Color

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

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


#7982cd Background Color

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

This div background color is #7982cd


#7982cd Border Color

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

This div border color is #7982cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7982cd


Comments

No comments written yet.

Please login to write comment.