Color Hex Logo

#da49ad Color Hex

#DA49AD
(218,73,173)
0 Favorites   0 Comments

Color spaces of #da49ad

RGB 21873173
HSL0.890.660.57
HSV319°67°85°
CMYK 0.000.670.21   0.15
XYZ38.838822.687641.8673
Yxy22.68760.37560.2194
Hunter Lab47.631562.1940-18.7729
CIE-Lab54.749166.0800-23.4536

#da49ad color RGB value is (218,73,173).

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

The process color (four color CMYK) of #da49ad color hex is 0.00, 0.67, 0.21, 0.15. Web safe color of #da49ad is #cc3399. Color #da49ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10101101
Octal 332 111 255
Decimal 218 73 173
Hex DA 49 AD

RGB Percentages of Color #da49ad

%46.98
%15.73
%37.28

CMYK Percentages of Color #da49ad

%0
%67
%21
%15

Triadic Colors of #da49ad

#da49ad #adda49 #49adda

Analogous Colors of #da49ad

#da49ad #da4965 #bf49da

Monochromatic Colors of #da49ad

#da49ad

Complementary Color

#da49ad #49da76

#da49ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da49ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da49ad Color CSS Codes

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

#da49ad Text Font Color

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

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


#da49ad Background Color

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

This div background color is #da49ad


#da49ad Border Color

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

This div border color is #da49ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da49ad


Comments

No comments written yet.

Please login to write comment.