Color Hex Logo

#da54ac Color Hex

#DA54AC
(218,84,172)
0 Favorites   0 Comments

Color spaces of #da54ac

RGB 21884172
HSL0.890.640.59
HSV321°61°85°
CMYK 0.000.610.21   0.15
XYZ39.530224.224641.6221
Yxy24.22460.37510.2299
Hunter Lab49.218557.2312-15.6862
CIE-Lab56.312061.5322-20.4745

#da54ac color RGB value is (218,84,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10101100
Octal 332 124 254
Decimal 218 84 172
Hex DA 54 AC

RGB Percentages of Color #da54ac

%45.99
%17.72
%36.29

CMYK Percentages of Color #da54ac

%0
%61
%21
%15

Triadic Colors of #da54ac

#da54ac #acda54 #54acda

Analogous Colors of #da54ac

#da54ac #da5469 #c554da

Monochromatic Colors of #da54ac

#da54ac

Complementary Color

#da54ac #54da82

#da54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da54ac Color CSS Codes

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

#da54ac Text Font Color

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

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


#da54ac Background Color

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

This div background color is #da54ac


#da54ac Border Color

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

This div border color is #da54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da54ac


Comments

No comments written yet.

Please login to write comment.