Color Hex Logo

#d876db Color Hex

#D876DB
(216,118,219)
0 Favorites   0 Comments

Color spaces of #d876db

RGB 216118219
HSL0.830.580.66
HSV298°46°86°
CMYK 0.010.460.00   0.14
XYZ47.583532.670370.8159
Yxy32.67030.31500.2163
Hunter Lab57.157948.5733-33.4469
CIE-Lab63.893152.6506-35.5354

#d876db color RGB value is (216,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110110 11011011
Octal 330 166 333
Decimal 216 118 219
Hex D8 76 DB

RGB Percentages of Color #d876db

%39.06
%21.34
%39.60

CMYK Percentages of Color #d876db

%1
%46
%0
%14

Triadic Colors of #d876db

#d876db #dbd876 #76dbd8

Analogous Colors of #d876db

#d876db #db76ac #a676db

Monochromatic Colors of #d876db

#d876db

Complementary Color

#d876db #79db76

#d876db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d876db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d876db Color CSS Codes

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

#d876db Text Font Color

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

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


#d876db Background Color

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

This div background color is #d876db


#d876db Border Color

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

This div border color is #d876db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d876db


Comments

No comments written yet.

Please login to write comment.