Color Hex Logo

#d884fe Color Hex

#D884FE
(216,132,254)
0 Favorites   0 Comments

Color spaces of #d884fe

RGB 216132254
HSL0.780.980.76
HSV281°48°100°
CMYK 0.150.480.00   0.00
XYZ54.459638.257298.2800
Yxy38.25720.28510.2003
Hunter Lab61.852448.9234-50.9118
CIE-Lab68.209852.3143-48.0959

#d884fe color RGB value is (216,132,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 11111110
Octal 330 204 376
Decimal 216 132 254
Hex D8 84 FE

RGB Percentages of Color #d884fe

%35.88
%21.93
%42.19

CMYK Percentages of Color #d884fe

%15
%48
%0
%0

Triadic Colors of #d884fe

#d884fe #fed884 #84fed8

Analogous Colors of #d884fe

#d884fe #fe84e7 #9b84fe

Monochromatic Colors of #d884fe

#d884fe

Complementary Color

#d884fe #aafe84

#d884fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d884fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d884fe Color CSS Codes

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

#d884fe Text Font Color

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

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


#d884fe Background Color

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

This div background color is #d884fe


#d884fe Border Color

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

This div border color is #d884fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d884fe


Comments

No comments written yet.

Please login to write comment.