Color Hex Logo

#d871fd Color Hex

#D871FD
(216,113,253)
0 Favorites   0 Comments

Color spaces of #d871fd

RGB 216113253
HSL0.790.970.72
HSV284°55°99°
CMYK 0.150.550.00   0.01
XYZ51.953733.501096.6566
Yxy33.50100.28530.1840
Hunter Lab57.880058.9333-58.4951
CIE-Lab64.564561.5565-53.3106

#d871fd color RGB value is (216,113,253).

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

The process color (four color CMYK) of #d871fd color hex is 0.15, 0.55, 0.00, 0.01. Web safe color of #d871fd is #cc66ff. Color #d871fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 11111101
Octal 330 161 375
Decimal 216 113 253
Hex D8 71 FD

RGB Percentages of Color #d871fd

%37.11
%19.42
%43.47

CMYK Percentages of Color #d871fd

%15
%55
%0
%1

Triadic Colors of #d871fd

#d871fd #fdd871 #71fdd8

Analogous Colors of #d871fd

#d871fd #fd71dc #9271fd

Monochromatic Colors of #d871fd

#d871fd

Complementary Color

#d871fd #96fd71

#d871fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d871fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d871fd Color CSS Codes

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

#d871fd Text Font Color

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

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


#d871fd Background Color

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

This div background color is #d871fd


#d871fd Border Color

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

This div border color is #d871fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d871fd


Comments

No comments written yet.

Please login to write comment.