Color Hex Logo

#da20ad Color Hex

#DA20AD
(218,32,173)
0 Favorites   0 Comments

Color spaces of #da20ad

RGB 21832173
HSL0.870.740.49
HSV315°85°85°
CMYK 0.000.850.21   0.15
XYZ36.972818.955641.2453
Yxy18.95560.38050.1951
Hunter Lab43.538075.3919-25.6911
CIE-Lab50.635277.7723-29.8227

#da20ad color RGB value is (218,32,173).

#da20ad hex color red value is 218, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da20ad hue: 0.87 , saturation: 0.74 and the lightness value of da20ad is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100000 10101101
Octal 332 40 255
Decimal 218 32 173
Hex DA 20 AD

RGB Percentages of Color #da20ad

%51.54
%7.57
%40.90

CMYK Percentages of Color #da20ad

%0
%85
%21
%15

Triadic Colors of #da20ad

#da20ad #adda20 #20adda

Analogous Colors of #da20ad

#da20ad #da2050 #aa20da

Monochromatic Colors of #da20ad

#da20ad

Complementary Color

#da20ad #20da4d

#da20ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da20ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da20ad Color CSS Codes

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

#da20ad Text Font Color

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

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


#da20ad Background Color

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

This div background color is #da20ad


#da20ad Border Color

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

This div border color is #da20ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da20ad


Comments

No comments written yet.

Please login to write comment.