Color Hex Logo

#da20af Color Hex

#DA20AF
(218,32,175)
0 Favorites   0 Comments

Color spaces of #da20af

RGB 21832175
HSL0.870.740.49
HSV314°85°85°
CMYK 0.000.850.20   0.15
XYZ37.167819.033642.2723
Yxy19.03360.37740.1933
Hunter Lab43.627575.7222-26.9090
CIE-Lab50.726578.0194-30.8566

#da20af color RGB value is (218,32,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100000 10101111
Octal 332 40 257
Decimal 218 32 175
Hex DA 20 AF

RGB Percentages of Color #da20af

%51.29
%7.53
%41.18

CMYK Percentages of Color #da20af

%0
%85
%20
%15

Triadic Colors of #da20af

#da20af #afda20 #20afda

Analogous Colors of #da20af

#da20af #da2052 #a820da

Monochromatic Colors of #da20af

#da20af

Complementary Color

#da20af #20da4b

#da20af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da20af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da20af Color CSS Codes

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

#da20af Text Font Color

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

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


#da20af Background Color

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

This div background color is #da20af


#da20af Border Color

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

This div border color is #da20af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da20af


Comments

No comments written yet.

Please login to write comment.