Color Hex Logo

#d95dfb Color Hex

#D95DFB
(217,93,251)
0 Favorites   0 Comments

Color spaces of #d95dfb

RGB 21793251
HSL0.800.950.67
HSV287°63°98°
CMYK 0.140.630.00   0.02
XYZ49.942229.545494.3374
Yxy29.54540.28730.1700
Hunter Lab54.355768.8840-64.8522
CIE-Lab61.260070.4545-57.4583

#d95dfb color RGB value is (217,93,251).

#d95dfb hex color red value is 217, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d95dfb hue: 0.80 , saturation: 0.95 and the lightness value of d95dfb is 0.67.

The process color (four color CMYK) of #d95dfb color hex is 0.14, 0.63, 0.00, 0.02. Web safe color of #d95dfb is #cc66ff. Color #d95dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011101 11111011
Octal 331 135 373
Decimal 217 93 251
Hex D9 5D FB

RGB Percentages of Color #d95dfb

%38.68
%16.58
%44.74

CMYK Percentages of Color #d95dfb

%14
%63
%0
%2

Triadic Colors of #d95dfb

#d95dfb #fbd95d #5dfbd9

Analogous Colors of #d95dfb

#d95dfb #fb5dce #8a5dfb

Monochromatic Colors of #d95dfb

#d95dfb

Complementary Color

#d95dfb #7ffb5d

#d95dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95dfb Color CSS Codes

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

#d95dfb Text Font Color

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

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


#d95dfb Background Color

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

This div background color is #d95dfb


#d95dfb Border Color

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

This div border color is #d95dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95dfb


Comments

No comments written yet.

Please login to write comment.