Color Hex Logo

#d976ed Color Hex

#D976ED
(217,118,237)
0 Favorites   0 Comments

Color spaces of #d976ed

RGB 217118237
HSL0.810.770.70
HSV290°50°93°
CMYK 0.080.500.00   0.07
XYZ50.379833.823083.9940
Yxy33.82300.29950.2011
Hunter Lab58.157552.8525-44.9193
CIE-Lab64.821856.2767-44.0774

#d976ed color RGB value is (217,118,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110110 11101101
Octal 331 166 355
Decimal 217 118 237
Hex D9 76 ED

RGB Percentages of Color #d976ed

%37.94
%20.63
%41.43

CMYK Percentages of Color #d976ed

%8
%50
%0
%7

Triadic Colors of #d976ed

#d976ed #edd976 #76edd9

Analogous Colors of #d976ed

#d976ed #ed76c6 #9e76ed

Monochromatic Colors of #d976ed

#d976ed

Complementary Color

#d976ed #8aed76

#d976ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d976ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d976ed Color CSS Codes

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

#d976ed Text Font Color

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

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


#d976ed Background Color

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

This div background color is #d976ed


#d976ed Border Color

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

This div border color is #d976ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,118,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 #d976ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d976ed


Comments

No comments written yet.

Please login to write comment.