Color Hex Logo

#da44db Color Hex

#DA44DB
(218,68,219)
0 Favorites   0 Comments

Color spaces of #da44db

RGB 21868219
HSL0.830.680.56
HSV300°69°86°
CMYK 0.000.690.00   0.14
XYZ43.766724.154169.3733
Yxy24.15410.31880.1759
Hunter Lab49.146872.9526-49.2882
CIE-Lab56.241874.7179-47.5426

#da44db color RGB value is (218,68,219).

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

The process color (four color CMYK) of #da44db color hex is 0.00, 0.69, 0.00, 0.14. Web safe color of #da44db is #cc33cc. Color #da44db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 11011011
Octal 332 104 333
Decimal 218 68 219
Hex DA 44 DB

RGB Percentages of Color #da44db

%43.17
%13.47
%43.37

CMYK Percentages of Color #da44db

%0
%69
%0
%14

Triadic Colors of #da44db

#da44db #dbda44 #44dbda

Analogous Colors of #da44db

#da44db #db4491 #8f44db

Monochromatic Colors of #da44db

#da44db

Complementary Color

#da44db #45db44

#da44db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da44db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da44db Color CSS Codes

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

#da44db Text Font Color

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

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


#da44db Background Color

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

This div background color is #da44db


#da44db Border Color

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

This div border color is #da44db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da44db


Comments

No comments written yet.

Please login to write comment.