Color Hex Logo

#d95dce Color Hex

#D95DCE
(217,93,206)
0 Favorites   0 Comments

Color spaces of #d95dce

RGB 21793206
HSL0.850.620.61
HSV305°57°85°
CMYK 0.000.570.05   0.15
XYZ43.670227.036661.3094
Yxy27.03660.33080.2048
Hunter Lab51.996758.9215-33.5112
CIE-Lab59.008262.5096-35.8282

#d95dce color RGB value is (217,93,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011101 11001110
Octal 331 135 316
Decimal 217 93 206
Hex D9 5D CE

RGB Percentages of Color #d95dce

%42.05
%18.02
%39.92

CMYK Percentages of Color #d95dce

%0
%57
%5
%15

Triadic Colors of #d95dce

#d95dce #ced95d #5dced9

Analogous Colors of #d95dce

#d95dce #d95d90 #a65dd9

Monochromatic Colors of #d95dce

#d95dce

Complementary Color

#d95dce #5dd968

#d95dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95dce Color CSS Codes

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

#d95dce Text Font Color

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

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


#d95dce Background Color

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

This div background color is #d95dce


#d95dce Border Color

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

This div border color is #d95dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,93,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 #d95dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95dce


Comments

No comments written yet.

Please login to write comment.