Color Hex Logo

#da3aad Color Hex

#DA3AAD
(218,58,173)
0 Favorites   0 Comments

Color spaces of #da3aad

RGB 21858173
HSL0.880.680.54
HSV317°73°85°
CMYK 0.000.730.21   0.15
XYZ37.969320.948741.5775
Yxy20.94870.37780.2085
Hunter Lab45.769767.9815-21.8205
CIE-Lab52.893371.2893-26.3169

#da3aad color RGB value is (218,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111010 10101101
Octal 332 72 255
Decimal 218 58 173
Hex DA 3A AD

RGB Percentages of Color #da3aad

%48.55
%12.92
%38.53

CMYK Percentages of Color #da3aad

%0
%73
%21
%15

Triadic Colors of #da3aad

#da3aad #adda3a #3aadda

Analogous Colors of #da3aad

#da3aad #da3a5d #b73ada

Monochromatic Colors of #da3aad

#da3aad

Complementary Color

#da3aad #3ada67

#da3aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da3aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da3aad Color CSS Codes

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

#da3aad Text Font Color

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

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


#da3aad Background Color

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

This div background color is #da3aad


#da3aad Border Color

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

This div border color is #da3aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da3aad


Comments

No comments written yet.

Please login to write comment.