Color Hex Logo

#db76da Color Hex

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

Color spaces of #db76da

RGB 219118218
HSL0.830.580.66
HSV301°46°86°
CMYK 0.000.460.00   0.14
XYZ48.346733.078970.1664
Yxy33.07890.31890.2182
Hunter Lab57.514349.3978-32.0728
CIE-Lab64.224753.3323-34.4321

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

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

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

Base Numbers

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

RGB Percentages of Color #db76da

%39.46
%21.26
%39.28

CMYK Percentages of Color #db76da

%0
%46
%0
%14

Triadic Colors of #db76da

#db76da #dadb76 #76dadb

Analogous Colors of #db76da

#db76da #db76a8 #aa76db

Monochromatic Colors of #db76da

#db76da

Complementary Color

#db76da #76db77

#db76da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76da Color CSS Codes

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

#db76da Text Font Color

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

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


#db76da Background Color

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

This div background color is #db76da


#db76da Border Color

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

This div border color is #db76da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76da


Comments

No comments written yet.

Please login to write comment.