Color Hex Logo

#d96dcf Color Hex

#D96DCF
(217,109,207)
0 Favorites   0 Comments

Color spaces of #d96dcf

RGB 217109207
HSL0.850.590.64
HSV306°50°85°
CMYK 0.000.500.05   0.15
XYZ45.346430.194062.4695
Yxy30.19400.32860.2188
Hunter Lab54.949151.1452-28.9402
CIE-Lab61.821355.2588-32.0133

#d96dcf color RGB value is (217,109,207).

#d96dcf hex color red value is 217, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d96dcf hue: 0.85 , saturation: 0.59 and the lightness value of d96dcf is 0.64.

The process color (four color CMYK) of #d96dcf color hex is 0.00, 0.50, 0.05, 0.15. Web safe color of #d96dcf is #cc66cc. Color #d96dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101101 11001111
Octal 331 155 317
Decimal 217 109 207
Hex D9 6D CF

RGB Percentages of Color #d96dcf

%40.71
%20.45
%38.84

CMYK Percentages of Color #d96dcf

%0
%50
%5
%15

Triadic Colors of #d96dcf

#d96dcf #cfd96d #6dcfd9

Analogous Colors of #d96dcf

#d96dcf #d96d99 #ad6dd9

Monochromatic Colors of #d96dcf

#d96dcf

Complementary Color

#d96dcf #6dd977

#d96dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96dcf Color CSS Codes

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

#d96dcf Text Font Color

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

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


#d96dcf Background Color

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

This div background color is #d96dcf


#d96dcf Border Color

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

This div border color is #d96dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96dcf


Comments

No comments written yet.

Please login to write comment.