Color Hex Logo

#d979ed Color Hex

#D979ED
(217,121,237)
0 Favorites   0 Comments

Color spaces of #d979ed

RGB 217121237
HSL0.800.760.70
HSV290°49°93°
CMYK 0.080.490.00   0.07
XYZ50.738734.540984.1136
Yxy34.54090.29950.2039
Hunter Lab58.771551.2527-43.7156
CIE-Lab65.389754.7878-43.1854

#d979ed color RGB value is (217,121,237).

#d979ed hex color red value is 217, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d979ed hue: 0.80 , saturation: 0.76 and the lightness value of d979ed is 0.70.

The process color (four color CMYK) of #d979ed color hex is 0.08, 0.49, 0.00, 0.07. Web safe color of #d979ed is #cc66ff. Color #d979ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111001 11101101
Octal 331 171 355
Decimal 217 121 237
Hex D9 79 ED

RGB Percentages of Color #d979ed

%37.74
%21.04
%41.22

CMYK Percentages of Color #d979ed

%8
%49
%0
%7

Triadic Colors of #d979ed

#d979ed #edd979 #79edd9

Analogous Colors of #d979ed

#d979ed #ed79c7 #9f79ed

Monochromatic Colors of #d979ed

#d979ed

Complementary Color

#d979ed #8ded79

#d979ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d979ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d979ed Color CSS Codes

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

#d979ed Text Font Color

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

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


#d979ed Background Color

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

This div background color is #d979ed


#d979ed Border Color

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

This div border color is #d979ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,121,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d979ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d979ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d979ed;
  box-shadow:         1px 1px 3px 2px #d979ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d979ed


Comments

No comments written yet.

Please login to write comment.