Color Hex Logo

#d95fdd Color Hex

#D95FDD
(217,95,221)
0 Favorites   0 Comments

Color spaces of #d95fdd

RGB 21795221
HSL0.830.650.62
HSV298°57°87°
CMYK 0.020.570.00   0.13
XYZ45.758628.156671.4296
Yxy28.15660.31480.1937
Hunter Lab53.062861.0693-42.6683
CIE-Lab60.030064.1602-42.6950

#d95fdd color RGB value is (217,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 11011101
Octal 331 137 335
Decimal 217 95 221
Hex D9 5F DD

RGB Percentages of Color #d95fdd

%40.71
%17.82
%41.46

CMYK Percentages of Color #d95fdd

%2
%57
%0
%13

Triadic Colors of #d95fdd

#d95fdd #ddd95f #5fddd9

Analogous Colors of #d95fdd

#d95fdd #dd5fa2 #9a5fdd

Monochromatic Colors of #d95fdd

#d95fdd

Complementary Color

#d95fdd #63dd5f

#d95fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95fdd Color CSS Codes

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

#d95fdd Text Font Color

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

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


#d95fdd Background Color

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

This div background color is #d95fdd


#d95fdd Border Color

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

This div border color is #d95fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95fdd


Comments

No comments written yet.

Please login to write comment.