Color Hex Logo

#da2aad Color Hex

#DA2AAD
(218,42,173)
0 Favorites   0 Comments

Color spaces of #da2aad

RGB 21842173
HSL0.880.700.51
HSV315°81°85°
CMYK 0.000.810.21   0.15
XYZ37.284219.578541.3491
Yxy19.57850.37960.1993
Hunter Lab44.247672.9755-24.4328
CIE-Lab51.357375.6819-28.6990

#da2aad color RGB value is (218,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101010 10101101
Octal 332 52 255
Decimal 218 42 173
Hex DA 2A AD

RGB Percentages of Color #da2aad

%50.35
%9.70
%39.95

CMYK Percentages of Color #da2aad

%0
%81
%21
%15

Triadic Colors of #da2aad

#da2aad #adda2a #2aadda

Analogous Colors of #da2aad

#da2aad #da2a55 #af2ada

Monochromatic Colors of #da2aad

#da2aad

Complementary Color

#da2aad #2ada57

#da2aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2aad Color CSS Codes

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

#da2aad Text Font Color

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

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


#da2aad Background Color

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

This div background color is #da2aad


#da2aad Border Color

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

This div border color is #da2aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2aad


Comments

No comments written yet.

Please login to write comment.