Color Hex Logo

#da53ad Color Hex

#DA53AD
(218,83,173)
0 Favorites   0 Comments

Color spaces of #da53ad

RGB 21883173
HSL0.890.650.59
HSV320°62°85°
CMYK 0.000.620.21   0.15
XYZ39.549524.109142.1042
Yxy24.10910.37390.2280
Hunter Lab49.101057.8500-16.4706
CIE-Lab56.196962.0890-21.2312

#da53ad color RGB value is (218,83,173).

#da53ad hex color red value is 218, green value is 83 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da53ad hue: 0.89 , saturation: 0.65 and the lightness value of da53ad is 0.59.

The process color (four color CMYK) of #da53ad color hex is 0.00, 0.62, 0.21, 0.15. Web safe color of #da53ad is #cc6699. Color #da53ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10101101
Octal 332 123 255
Decimal 218 83 173
Hex DA 53 AD

RGB Percentages of Color #da53ad

%45.99
%17.51
%36.50

CMYK Percentages of Color #da53ad

%0
%62
%21
%15

Triadic Colors of #da53ad

#da53ad #adda53 #53adda

Analogous Colors of #da53ad

#da53ad #da536a #c453da

Monochromatic Colors of #da53ad

#da53ad

Complementary Color

#da53ad #53da80

#da53ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53ad Color CSS Codes

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

#da53ad Text Font Color

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

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


#da53ad Background Color

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

This div background color is #da53ad


#da53ad Border Color

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

This div border color is #da53ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53ad


Comments

No comments written yet.

Please login to write comment.