Color Hex Logo

#d96fca Color Hex

#D96FCA
(217,111,202)
0 Favorites   0 Comments

Color spaces of #d96fca

RGB 217111202
HSL0.860.580.64
HSV308°49°85°
CMYK 0.000.490.07   0.15
XYZ44.960430.384959.3723
Yxy30.38490.33370.2255
Hunter Lab55.122549.1283-25.2754
CIE-Lab61.984953.4417-28.9379

#d96fca color RGB value is (217,111,202).

#d96fca hex color red value is 217, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d96fca hue: 0.86 , saturation: 0.58 and the lightness value of d96fca is 0.64.

The process color (four color CMYK) of #d96fca color hex is 0.00, 0.49, 0.07, 0.15. Web safe color of #d96fca is #cc66cc. Color #d96fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101111 11001010
Octal 331 157 312
Decimal 217 111 202
Hex D9 6F CA

RGB Percentages of Color #d96fca

%40.94
%20.94
%38.11

CMYK Percentages of Color #d96fca

%0
%49
%7
%15

Triadic Colors of #d96fca

#d96fca #cad96f #6fcad9

Analogous Colors of #d96fca

#d96fca #d96f95 #b36fd9

Monochromatic Colors of #d96fca

#d96fca

Complementary Color

#d96fca #6fd97e

#d96fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96fca Color CSS Codes

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

#d96fca Text Font Color

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

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


#d96fca Background Color

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

This div background color is #d96fca


#d96fca Border Color

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

This div border color is #d96fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96fca


Comments

No comments written yet.

Please login to write comment.