color codes Logo

#d886f6 color codes

#D886F6
(216,134,246)
0 Favorites   0 Comments

Color spaces of #d886f6

RGB 216134246
HSL0.790.860.75
HSV284°46°96°
CMYK 0.120.460.00   0.04
XYZ53.478638.302991.7634
Yxy38.30290.29140.2087
Hunter Lab61.889345.9356-44.5868
CIE-Lab68.243349.6611-43.6680

#d886f6 color RGB value is (216,134,246).

#d886f6 hex color red value is 216, green value is 134 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #d886f6 hue: 0.79 , saturation: 0.86 and the lightness value of d886f6 is 0.75.

The process color (four color CMYK) of #d886f6 color code is 0.12, 0.46, 0.00, 0.04. Web safe color of #d886f6 is #cc99ff. Color #d886f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 11110110
Octal 330 206 366
Decimal 216 134 246
Hex D8 86 F6

RGB Percentages of Color #d886f6

%36.24
%22.48
%41.28

CMYK Percentages of Color #d886f6

%12
%46
%0
%4

Triadic Colors of #d886f6

#d886f6 #f6d886 #86f6d8

Analogous Colors of #d886f6

#d886f6 #f686dc #a086f6

Monochromatic Colors of #d886f6

#d886f6

Complementary Color

#d886f6 #a4f686

#d886f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d886f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d886f6 Color CSS Codes

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

#d886f6 Text Font Color

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

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


#d886f6 Background Color

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

This div background color is #d886f6


#d886f6 Border Color

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

This div border color is #d886f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d886f6


Comments

No comments written yet.

Please login to write comment.