Color Hex Logo

#d96fce Color Hex

#D96FCE
(217,111,206)
0 Favorites   0 Comments

Color spaces of #d96fce

RGB 217111206
HSL0.850.580.64
HSV306°49°85°
CMYK 0.000.490.05   0.15
XYZ45.440330.576861.8995
Yxy30.57680.32950.2217
Hunter Lab55.296349.9157-27.6627
CIE-Lab62.148754.1167-30.9417

#d96fce color RGB value is (217,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101111 11001110
Octal 331 157 316
Decimal 217 111 206
Hex D9 6F CE

RGB Percentages of Color #d96fce

%40.64
%20.79
%38.58

CMYK Percentages of Color #d96fce

%0
%49
%5
%15

Triadic Colors of #d96fce

#d96fce #ced96f #6fced9

Analogous Colors of #d96fce

#d96fce #d96f99 #af6fd9

Monochromatic Colors of #d96fce

#d96fce

Complementary Color

#d96fce #6fd97a

#d96fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96fce Color CSS Codes

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

#d96fce Text Font Color

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

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


#d96fce Background Color

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

This div background color is #d96fce


#d96fce Border Color

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

This div border color is #d96fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96fce


Comments

No comments written yet.

Please login to write comment.