Color Hex Logo

#da60ad Color Hex

#DA60AD
(218,96,173)
0 Favorites   0 Comments

Color spaces of #da60ad

RGB 21896173
HSL0.890.620.62
HSV322°56°85°
CMYK 0.000.560.21   0.15
XYZ40.639126.288342.4674
Yxy26.28830.37150.2403
Hunter Lab51.272151.7557-13.2179
CIE-Lab58.309756.3790-18.0062

#da60ad color RGB value is (218,96,173).

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

The process color (four color CMYK) of #da60ad color hex is 0.00, 0.56, 0.21, 0.15. Web safe color of #da60ad is #cc6699. Color #da60ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 10101101
Octal 332 140 255
Decimal 218 96 173
Hex DA 60 AD

RGB Percentages of Color #da60ad

%44.76
%19.71
%35.52

CMYK Percentages of Color #da60ad

%0
%56
%21
%15

Triadic Colors of #da60ad

#da60ad #adda60 #60adda

Analogous Colors of #da60ad

#da60ad #da6070 #ca60da

Monochromatic Colors of #da60ad

#da60ad

Complementary Color

#da60ad #60da8d

#da60ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da60ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da60ad Color CSS Codes

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

#da60ad Text Font Color

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

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


#da60ad Background Color

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

This div background color is #da60ad


#da60ad Border Color

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

This div border color is #da60ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da60ad


Comments

No comments written yet.

Please login to write comment.