Color Hex Logo

#d95edb Color Hex

#D95EDB
(217,94,219)
0 Favorites   0 Comments

Color spaces of #d95edb

RGB 21794219
HSL0.830.630.61
HSV299°57°86°
CMYK 0.010.570.00   0.14
XYZ45.404227.871670.0045
Yxy27.87160.31690.1945
Hunter Lab52.793661.1271-41.6633
CIE-Lab59.772664.2553-41.9753

#d95edb color RGB value is (217,94,219).

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

The process color (four color CMYK) of #d95edb color hex is 0.01, 0.57, 0.00, 0.14. Web safe color of #d95edb is #cc66cc. Color #d95edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011110 11011011
Octal 331 136 333
Decimal 217 94 219
Hex D9 5E DB

RGB Percentages of Color #d95edb

%40.94
%17.74
%41.32

CMYK Percentages of Color #d95edb

%1
%57
%0
%14

Triadic Colors of #d95edb

#d95edb #dbd95e #5edbd9

Analogous Colors of #d95edb

#d95edb #db5e9f #9b5edb

Monochromatic Colors of #d95edb

#d95edb

Complementary Color

#d95edb #60db5e

#d95edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95edb Color CSS Codes

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

#d95edb Text Font Color

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

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


#d95edb Background Color

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

This div background color is #d95edb


#d95edb Border Color

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

This div border color is #d95edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95edb


Comments

No comments written yet.

Please login to write comment.