Color Hex Logo

#7981cd Color Hex

#7981CD
(121,129,205)
0 Favorites   0 Comments

Color spaces of #7981cd

RGB 121129205
HSL0.650.460.64
HSV234°41°80°
CMYK 0.410.370.00   0.20
XYZ26.754924.173261.0134
Yxy24.17320.23900.2159
Hunter Lab49.166211.0938-39.1602
CIE-Lab56.260816.2174-40.2989

#7981cd color RGB value is (121,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000001 11001101
Octal 171 201 315
Decimal 121 129 205
Hex 79 81 CD

RGB Percentages of Color #7981cd

%26.59
%28.35
%45.05

CMYK Percentages of Color #7981cd

%41
%37
%0
%20

Triadic Colors of #7981cd

#7981cd #cd7981 #81cd79

Analogous Colors of #7981cd

#7981cd #9b79cd #79abcd

Monochromatic Colors of #7981cd

#7981cd

Complementary Color

#7981cd #cdc579

#7981cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7981cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7981cd Color CSS Codes

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

#7981cd Text Font Color

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

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


#7981cd Background Color

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

This div background color is #7981cd


#7981cd Border Color

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

This div border color is #7981cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,129,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 #7981cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7981cd


Comments

No comments written yet.

Please login to write comment.