Color Hex Logo

#d96dfe Color Hex

#D96DFE
(217,109,254)
0 Favorites   0 Comments

Color spaces of #d96dfe

RGB 217109254
HSL0.790.990.71
HSV285°57°100°
CMYK 0.150.570.00   0.00
XYZ51.973332.844797.3663
Yxy32.84470.28530.1803
Hunter Lab57.310361.5842-60.6125
CIE-Lab64.035063.8905-54.6929

#d96dfe color RGB value is (217,109,254).

#d96dfe hex color red value is 217, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d96dfe hue: 0.79 , saturation: 0.99 and the lightness value of d96dfe is 0.71.

The process color (four color CMYK) of #d96dfe color hex is 0.15, 0.57, 0.00, 0.00. Web safe color of #d96dfe is #cc66ff. Color #d96dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 11111110
Octal 331 155 376
Decimal 217 109 254
Hex D9 6D FE

RGB Percentages of Color #d96dfe

%37.41
%18.79
%43.79

CMYK Percentages of Color #d96dfe

%15
%57
%0
%0

Triadic Colors of #d96dfe

#d96dfe #fed96d #6dfed9

Analogous Colors of #d96dfe

#d96dfe #fe6ddb #916dfe

Monochromatic Colors of #d96dfe

#d96dfe

Complementary Color

#d96dfe #92fe6d

#d96dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96dfe Color CSS Codes

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

#d96dfe Text Font Color

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

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


#d96dfe Background Color

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

This div background color is #d96dfe


#d96dfe Border Color

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

This div border color is #d96dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.