Color Hex Logo

#da76db Color Hex

#DA76DB
(218,118,219)
0 Favorites   0 Comments

Color spaces of #da76db

RGB 218118219
HSL0.830.580.66
HSV299°46°86°
CMYK 0.000.460.00   0.14
XYZ48.178132.976870.8437
Yxy32.97680.31700.2170
Hunter Lab57.425449.2613-32.9462
CIE-Lab64.142153.2239-35.1286

#da76db color RGB value is (218,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 11011011
Octal 332 166 333
Decimal 218 118 219
Hex DA 76 DB

RGB Percentages of Color #da76db

%39.28
%21.26
%39.46

CMYK Percentages of Color #da76db

%0
%46
%0
%14

Triadic Colors of #da76db

#da76db #dbda76 #76dbda

Analogous Colors of #da76db

#da76db #db76aa #a876db

Monochromatic Colors of #da76db

#da76db

Complementary Color

#da76db #77db76

#da76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da76db Color CSS Codes

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

#da76db Text Font Color

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

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


#da76db Background Color

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

This div background color is #da76db


#da76db Border Color

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

This div border color is #da76db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da76db


Comments

No comments written yet.

Please login to write comment.