Color Hex Logo

#d95ede Color Hex

#D95EDE
(217,94,222)
0 Favorites   0 Comments

Color spaces of #d95ede

RGB 21794222
HSL0.830.660.62
HSV298°58°87°
CMYK 0.020.580.00   0.13
XYZ45.802828.031072.1037
Yxy28.03100.31390.1921
Hunter Lab52.944361.7701-43.6847
CIE-Lab59.916764.7743-43.4352

#d95ede color RGB value is (217,94,222).

#d95ede hex color red value is 217, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d95ede hue: 0.83 , saturation: 0.66 and the lightness value of d95ede is 0.62.

The process color (four color CMYK) of #d95ede color hex is 0.02, 0.58, 0.00, 0.13. Web safe color of #d95ede is #cc66cc. Color #d95ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011110 11011110
Octal 331 136 336
Decimal 217 94 222
Hex D9 5E DE

RGB Percentages of Color #d95ede

%40.71
%17.64
%41.65

CMYK Percentages of Color #d95ede

%2
%58
%0
%13

Triadic Colors of #d95ede

#d95ede #ded95e #5eded9

Analogous Colors of #d95ede

#d95ede #de5ea3 #995ede

Monochromatic Colors of #d95ede

#d95ede

Complementary Color

#d95ede #63de5e

#d95ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95ede Color CSS Codes

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

#d95ede Text Font Color

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

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


#d95ede Background Color

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

This div background color is #d95ede


#d95ede Border Color

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

This div border color is #d95ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95ede


Comments

No comments written yet.

Please login to write comment.