Color Hex Logo

#d995fd Color Hex

#D995FD
(217,149,253)
0 Favorites   0 Comments

Color spaces of #d995fd

RGB 217149253
HSL0.780.960.79
HSV279°41°99°
CMYK 0.140.410.00   0.01
XYZ57.092343.338598.2846
Yxy43.33850.28730.2181
Hunter Lab65.832039.5968-42.4353
CIE-Lab71.784143.4945-41.9362

#d995fd color RGB value is (217,149,253).

#d995fd hex color red value is 217, green value is 149 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d995fd hue: 0.78 , saturation: 0.96 and the lightness value of d995fd is 0.79.

The process color (four color CMYK) of #d995fd color hex is 0.14, 0.41, 0.00, 0.01. Web safe color of #d995fd is #cc99ff. Color #d995fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 11111101
Octal 331 225 375
Decimal 217 149 253
Hex D9 95 FD

RGB Percentages of Color #d995fd

%35.06
%24.07
%40.87

CMYK Percentages of Color #d995fd

%14
%41
%0
%1

Triadic Colors of #d995fd

#d995fd #fdd995 #95fdd9

Analogous Colors of #d995fd

#d995fd #fd95ed #a595fd

Monochromatic Colors of #d995fd

#d995fd

Complementary Color

#d995fd #b9fd95

#d995fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d995fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d995fd Color CSS Codes

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

#d995fd Text Font Color

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

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


#d995fd Background Color

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

This div background color is #d995fd


#d995fd Border Color

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

This div border color is #d995fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d995fd

Related Colors


Comments

No comments written yet.

Please login to write comment.