Color Hex Logo

#da53ac Color Hex

#DA53AC
(218,83,172)
0 Favorites   0 Comments

Color spaces of #da53ac

RGB 21883172
HSL0.890.650.59
HSV320°62°85°
CMYK 0.000.620.21   0.15
XYZ39.453124.070541.5964
Yxy24.07050.37530.2290
Hunter Lab49.061757.6833-15.9252
CIE-Lab56.158361.9517-20.7095

#da53ac color RGB value is (218,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10101100
Octal 332 123 254
Decimal 218 83 172
Hex DA 53 AC

RGB Percentages of Color #da53ac

%46.09
%17.55
%36.36

CMYK Percentages of Color #da53ac

%0
%62
%21
%15

Triadic Colors of #da53ac

#da53ac #acda53 #53acda

Analogous Colors of #da53ac

#da53ac #da5369 #c553da

Monochromatic Colors of #da53ac

#da53ac

Complementary Color

#da53ac #53da81

#da53ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53ac Color CSS Codes

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

#da53ac Text Font Color

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

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


#da53ac Background Color

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

This div background color is #da53ac


#da53ac Border Color

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

This div border color is #da53ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53ac


Comments

No comments written yet.

Please login to write comment.