Color Hex Logo

#d996fc Color Hex

#D996FC
(217,150,252)
0 Favorites   0 Comments

Color spaces of #d996fc

RGB 217150252
HSL0.780.940.79
HSV279°40°99°
CMYK 0.140.400.00   0.01
XYZ57.092343.592797.5006
Yxy43.59270.28810.2200
Hunter Lab66.024838.8075-41.3378
CIE-Lab71.955442.7561-41.1255

#d996fc color RGB value is (217,150,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010110 11111100
Octal 331 226 374
Decimal 217 150 252
Hex D9 96 FC

RGB Percentages of Color #d996fc

%35.06
%24.23
%40.71

CMYK Percentages of Color #d996fc

%14
%40
%0
%1

Triadic Colors of #d996fc

#d996fc #fcd996 #96fcd9

Analogous Colors of #d996fc

#d996fc #fc96ec #a696fc

Monochromatic Colors of #d996fc

#d996fc

Complementary Color

#d996fc #b9fc96

#d996fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d996fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d996fc Color CSS Codes

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

#d996fc Text Font Color

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

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


#d996fc Background Color

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

This div background color is #d996fc


#d996fc Border Color

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

This div border color is #d996fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d996fc


Comments

No comments written yet.

Please login to write comment.