Color Hex Logo

#da21ad Color Hex

#DA21AD
(218,33,173)
0 Favorites   0 Comments

Color spaces of #da21ad

RGB 21833173
HSL0.870.740.49
HSV315°85°85°
CMYK 0.000.850.21   0.15
XYZ37.000119.010341.2544
Yxy19.01030.38040.1954
Hunter Lab43.600875.1756-25.5787
CIE-Lab50.699377.5861-29.7229

#da21ad color RGB value is (218,33,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10101101
Octal 332 41 255
Decimal 218 33 173
Hex DA 21 AD

RGB Percentages of Color #da21ad

%51.42
%7.78
%40.80

CMYK Percentages of Color #da21ad

%0
%85
%21
%15

Triadic Colors of #da21ad

#da21ad #adda21 #21adda

Analogous Colors of #da21ad

#da21ad #da2151 #ab21da

Monochromatic Colors of #da21ad

#da21ad

Complementary Color

#da21ad #21da4e

#da21ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da21ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da21ad Color CSS Codes

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

#da21ad Text Font Color

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

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


#da21ad Background Color

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

This div background color is #da21ad


#da21ad Border Color

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

This div border color is #da21ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da21ad


Comments

No comments written yet.

Please login to write comment.