Color Hex Logo

#d95fde Color Hex

#D95FDE
(217,95,222)
0 Favorites   0 Comments

Color spaces of #d95fde

RGB 21795222
HSL0.830.660.62
HSV298°57°87°
CMYK 0.020.570.00   0.13
XYZ45.892328.210172.1335
Yxy28.21010.31380.1929
Hunter Lab53.113261.2844-43.3431
CIE-Lab60.078164.3340-43.1810

#d95fde color RGB value is (217,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 11011110
Octal 331 137 336
Decimal 217 95 222
Hex D9 5F DE

RGB Percentages of Color #d95fde

%40.64
%17.79
%41.57

CMYK Percentages of Color #d95fde

%2
%57
%0
%13

Triadic Colors of #d95fde

#d95fde #ded95f #5fded9

Analogous Colors of #d95fde

#d95fde #de5fa4 #9a5fde

Monochromatic Colors of #d95fde

#d95fde

Complementary Color

#d95fde #64de5f

#d95fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95fde Color CSS Codes

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

#d95fde Text Font Color

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

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


#d95fde Background Color

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

This div background color is #d95fde


#d95fde Border Color

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

This div border color is #d95fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95fde


Comments

No comments written yet.

Please login to write comment.