Color Hex Logo

#9979dd Color Hex

#9979DD
(153,121,221)
0 Favorites   0 Comments

Color spaces of #9979dd

RGB 153121221
HSL0.720.600.67
HSV259°45°87°
CMYK 0.310.450.00   0.13
XYZ33.025425.667571.6203
Yxy25.66750.25340.1970
Hunter Lab50.663127.6971-48.3516
CIE-Lab57.720133.7528-46.8321

#9979dd color RGB value is (153,121,221).

#9979dd hex color red value is 153, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9979dd hue: 0.72 , saturation: 0.60 and the lightness value of 9979dd is 0.67.

The process color (four color CMYK) of #9979dd color hex is 0.31, 0.45, 0.00, 0.13. Web safe color of #9979dd is #9966cc. Color #9979dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 11011101
Octal 231 171 335
Decimal 153 121 221
Hex 99 79 DD

RGB Percentages of Color #9979dd

%30.91
%24.44
%44.65

CMYK Percentages of Color #9979dd

%31
%45
%0
%13

Triadic Colors of #9979dd

#9979dd #dd9979 #79dd99

Analogous Colors of #9979dd

#9979dd #cb79dd #798bdd

Monochromatic Colors of #9979dd

#9979dd

Complementary Color

#9979dd #bddd79

#9979dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9979dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9979dd Color CSS Codes

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

#9979dd Text Font Color

<p style="color:#9979dd">Text here</p>

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


#9979dd Background Color

<div style="background-color:#9979dd">
Div content here</div>

This div background color is #9979dd


#9979dd Border Color

<div style="border:3px solid #9979dd">
Div here</div>

This div border color is #9979dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,121,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9979dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9979dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9979dd;
  box-shadow:         1px 1px 3px 2px #9979dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9979dd


Comments

No comments written yet.

Please login to write comment.