Color Hex Logo

#d86fdb Color Hex

#D86FDB
(216,111,219)
0 Favorites   0 Comments

Color spaces of #d86fdb

RGB 216111219
HSL0.830.600.65
HSV298°49°86°
CMYK 0.010.490.00   0.14
XYZ46.789531.082370.5512
Yxy31.08230.31520.2094
Hunter Lab55.751552.2412-36.0030
CIE-Lab62.577056.1024-37.5882

#d86fdb color RGB value is (216,111,219).

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

The process color (four color CMYK) of #d86fdb color hex is 0.01, 0.49, 0.00, 0.14. Web safe color of #d86fdb is #cc66cc. Color #d86fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101111 11011011
Octal 330 157 333
Decimal 216 111 219
Hex D8 6F DB

RGB Percentages of Color #d86fdb

%39.56
%20.33
%40.11

CMYK Percentages of Color #d86fdb

%1
%49
%0
%14

Triadic Colors of #d86fdb

#d86fdb #dbd86f #6fdbd8

Analogous Colors of #d86fdb

#d86fdb #db6fa8 #a26fdb

Monochromatic Colors of #d86fdb

#d86fdb

Complementary Color

#d86fdb #72db6f

#d86fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86fdb Color CSS Codes

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

#d86fdb Text Font Color

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

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


#d86fdb Background Color

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

This div background color is #d86fdb


#d86fdb Border Color

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

This div border color is #d86fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86fdb


Comments

No comments written yet.

Please login to write comment.