Color Hex Logo

#d871fe Color Hex

#D871FE
(216,113,254)
0 Favorites   0 Comments

Color spaces of #d871fe

RGB 216113254
HSL0.790.990.72
HSV284°56°100°
CMYK 0.150.560.00   0.00
XYZ52.113433.564997.4979
Yxy33.56490.28450.1832
Hunter Lab57.935259.1762-59.2232
CIE-Lab64.615761.7543-53.7784

#d871fe color RGB value is (216,113,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 11111110
Octal 330 161 376
Decimal 216 113 254
Hex D8 71 FE

RGB Percentages of Color #d871fe

%37.05
%19.38
%43.57

CMYK Percentages of Color #d871fe

%15
%56
%0
%0

Triadic Colors of #d871fe

#d871fe #fed871 #71fed8

Analogous Colors of #d871fe

#d871fe #fe71de #9271fe

Monochromatic Colors of #d871fe

#d871fe

Complementary Color

#d871fe #97fe71

#d871fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d871fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d871fe Color CSS Codes

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

#d871fe Text Font Color

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

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


#d871fe Background Color

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

This div background color is #d871fe


#d871fe Border Color

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

This div border color is #d871fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,113,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d871fe

Related Colors


Comments

No comments written yet.

Please login to write comment.