Color Hex Logo

#d887fd Color Hex

#D887FD
(216,135,253)
0 Favorites   0 Comments

Color spaces of #d887fd

RGB 216135253
HSL0.780.970.76
HSV281°47°99°
CMYK 0.150.470.00   0.01
XYZ54.712539.018797.5762
Yxy39.01870.28600.2040
Hunter Lab62.465047.0329-48.8912
CIE-Lab68.764850.5636-46.6764

#d887fd color RGB value is (216,135,253).

#d887fd hex color red value is 216, green value is 135 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d887fd hue: 0.78 , saturation: 0.97 and the lightness value of d887fd is 0.76.

The process color (four color CMYK) of #d887fd color hex is 0.15, 0.47, 0.00, 0.01. Web safe color of #d887fd is #cc99ff. Color #d887fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 11111101
Octal 330 207 375
Decimal 216 135 253
Hex D8 87 FD

RGB Percentages of Color #d887fd

%35.76
%22.35
%41.89

CMYK Percentages of Color #d887fd

%15
%47
%0
%1

Triadic Colors of #d887fd

#d887fd #fdd887 #87fdd8

Analogous Colors of #d887fd

#d887fd #fd87e7 #9d87fd

Monochromatic Colors of #d887fd

#d887fd

Complementary Color

#d887fd #acfd87

#d887fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d887fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d887fd Color CSS Codes

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

#d887fd Text Font Color

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

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


#d887fd Background Color

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

This div background color is #d887fd


#d887fd Border Color

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

This div border color is #d887fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d887fd

Related Colors


Comments

No comments written yet.

Please login to write comment.