Color Hex Logo

#da49db Color Hex

#DA49DB
(218,73,219)
0 Favorites   0 Comments

Color spaces of #da49db

RGB 21873219
HSL0.830.670.57
HSV300°67°86°
CMYK 0.000.670.00   0.14
XYZ44.082224.785069.4784
Yxy24.78500.31860.1792
Hunter Lab49.784570.9316-47.8949
CIE-Lab56.865372.9556-46.5543

#da49db color RGB value is (218,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 11011011
Octal 332 111 333
Decimal 218 73 219
Hex DA 49 DB

RGB Percentages of Color #da49db

%42.75
%14.31
%42.94

CMYK Percentages of Color #da49db

%0
%67
%0
%14

Triadic Colors of #da49db

#da49db #dbda49 #49dbda

Analogous Colors of #da49db

#da49db #db4993 #9149db

Monochromatic Colors of #da49db

#da49db

Complementary Color

#da49db #4adb49

#da49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da49db Color CSS Codes

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

#da49db Text Font Color

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

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


#da49db Background Color

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

This div background color is #da49db


#da49db Border Color

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

This div border color is #da49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da49db


Comments

No comments written yet.

Please login to write comment.