Color Hex Logo

#dc76db Color Hex

#DC76DB
(220,118,219)
0 Favorites   0 Comments

Color spaces of #dc76db

RGB 220118219
HSL0.830.590.66
HSV301°46°86°
CMYK 0.000.460.00   0.14
XYZ48.779833.287070.8719
Yxy33.28700.31900.2176
Hunter Lab57.694949.9519-32.4449
CIE-Lab64.392653.7969-34.7197

#dc76db color RGB value is (220,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110110 11011011
Octal 334 166 333
Decimal 220 118 219
Hex DC 76 DB

RGB Percentages of Color #dc76db

%39.50
%21.18
%39.32

CMYK Percentages of Color #dc76db

%0
%46
%0
%14

Triadic Colors of #dc76db

#dc76db #dbdc76 #76dbdc

Analogous Colors of #dc76db

#dc76db #dc76a8 #aa76dc

Monochromatic Colors of #dc76db

#dc76db

Complementary Color

#dc76db #76dc77

#dc76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc76db Color CSS Codes

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

#dc76db Text Font Color

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

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


#dc76db Background Color

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

This div background color is #dc76db


#dc76db Border Color

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

This div border color is #dc76db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc76db


Comments

No comments written yet.

Please login to write comment.