Color Hex Logo

#d996fd Color Hex

#D996FD
(217,150,253)
0 Favorites   0 Comments

Color spaces of #d996fd

RGB 217150253
HSL0.780.960.79
HSV279°41°99°
CMYK 0.140.410.00   0.01
XYZ57.251243.656398.3375
Yxy43.65630.28730.2191
Hunter Lab66.072939.0400-41.9913
CIE-Lab71.998242.9629-41.6018

#d996fd color RGB value is (217,150,253).

#d996fd hex color red value is 217, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d996fd hue: 0.78 , saturation: 0.96 and the lightness value of d996fd is 0.79.

The process color (four color CMYK) of #d996fd color hex is 0.14, 0.41, 0.00, 0.01. Web safe color of #d996fd is #cc99ff. Color #d996fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010110 11111101
Octal 331 226 375
Decimal 217 150 253
Hex D9 96 FD

RGB Percentages of Color #d996fd

%35.00
%24.19
%40.81

CMYK Percentages of Color #d996fd

%14
%41
%0
%1

Triadic Colors of #d996fd

#d996fd #fdd996 #96fdd9

Analogous Colors of #d996fd

#d996fd #fd96ee #a696fd

Monochromatic Colors of #d996fd

#d996fd

Complementary Color

#d996fd #bafd96

#d996fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d996fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d996fd Color CSS Codes

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

#d996fd Text Font Color

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

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


#d996fd Background Color

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

This div background color is #d996fd


#d996fd Border Color

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

This div border color is #d996fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d996fd

Related Colors


Comments

No comments written yet.

Please login to write comment.