Color Hex Logo

#da2ad9 Color Hex

#DA2AD9
(218,42,217)
0 Favorites   0 Comments

Color spaces of #da2ad9

RGB 21842217
HSL0.830.700.51
HSV300°81°85°
CMYK 0.000.810.00   0.15
XYZ42.265821.571167.5816
Yxy21.57110.32160.1641
Hunter Lab46.444781.1611-53.7615
CIE-Lab53.568981.7736-50.6563

#da2ad9 color RGB value is (218,42,217).

#da2ad9 hex color red value is 218, green value is 42 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #da2ad9 hue: 0.83 , saturation: 0.70 and the lightness value of da2ad9 is 0.51.

The process color (four color CMYK) of #da2ad9 color hex is 0.00, 0.81, 0.00, 0.15. Web safe color of #da2ad9 is #cc33cc. Color #da2ad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101010 11011001
Octal 332 52 331
Decimal 218 42 217
Hex DA 2A D9

RGB Percentages of Color #da2ad9

%45.70
%8.81
%45.49

CMYK Percentages of Color #da2ad9

%0
%81
%0
%15

Triadic Colors of #da2ad9

#da2ad9 #d9da2a #2ad9da

Analogous Colors of #da2ad9

#da2ad9 #da2a81 #832ada

Monochromatic Colors of #da2ad9

#da2ad9

Complementary Color

#da2ad9 #2ada2b

#da2ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2ad9 Color CSS Codes

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

#da2ad9 Text Font Color

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

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


#da2ad9 Background Color

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

This div background color is #da2ad9


#da2ad9 Border Color

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

This div border color is #da2ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2ad9


Comments

No comments written yet.

Please login to write comment.