Color Hex Logo

#d886fc Color Hex

#D886FC
(216,134,252)
0 Favorites   0 Comments

Color spaces of #d886fc

RGB 216134252
HSL0.780.950.76
HSV282°47°99°
CMYK 0.140.470.00   0.01
XYZ54.414738.677496.6930
Yxy38.67740.28670.2038
Hunter Lab62.191247.3456-48.6486
CIE-Lab68.516950.8760-46.5202

#d886fc color RGB value is (216,134,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 11111100
Octal 330 206 374
Decimal 216 134 252
Hex D8 86 FC

RGB Percentages of Color #d886fc

%35.88
%22.26
%41.86

CMYK Percentages of Color #d886fc

%14
%47
%0
%1

Triadic Colors of #d886fc

#d886fc #fcd886 #86fcd8

Analogous Colors of #d886fc

#d886fc #fc86e5 #9d86fc

Monochromatic Colors of #d886fc

#d886fc

Complementary Color

#d886fc #aafc86

#d886fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d886fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d886fc Color CSS Codes

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

#d886fc Text Font Color

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

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


#d886fc Background Color

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

This div background color is #d886fc


#d886fc Border Color

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

This div border color is #d886fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d886fc

Related Colors


Comments

No comments written yet.

Please login to write comment.