Color Hex Logo

#d86fdd Color Hex

#D86FDD
(216,111,221)
0 Favorites   0 Comments

Color spaces of #d86fdd

RGB 216111221
HSL0.830.620.65
HSV297°50°87°
CMYK 0.020.500.00   0.13
XYZ47.054531.188371.9465
Yxy31.18830.31330.2077
Hunter Lab55.846552.6672-37.2902
CIE-Lab62.666356.4617-38.5678

#d86fdd color RGB value is (216,111,221).

#d86fdd hex color red value is 216, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d86fdd hue: 0.83 , saturation: 0.62 and the lightness value of d86fdd is 0.65.

The process color (four color CMYK) of #d86fdd color hex is 0.02, 0.50, 0.00, 0.13. Web safe color of #d86fdd is #cc66cc. Color #d86fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101111 11011101
Octal 330 157 335
Decimal 216 111 221
Hex D8 6F DD

RGB Percentages of Color #d86fdd

%39.42
%20.26
%40.33

CMYK Percentages of Color #d86fdd

%2
%50
%0
%13

Triadic Colors of #d86fdd

#d86fdd #ddd86f #6fddd8

Analogous Colors of #d86fdd

#d86fdd #dd6fab #a16fdd

Monochromatic Colors of #d86fdd

#d86fdd

Complementary Color

#d86fdd #74dd6f

#d86fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86fdd Color CSS Codes

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

#d86fdd Text Font Color

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

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


#d86fdd Background Color

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

This div background color is #d86fdd


#d86fdd Border Color

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

This div border color is #d86fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86fdd


Comments

No comments written yet.

Please login to write comment.