Color Hex Logo

#da51ac Color Hex

#DA51AC
(218,81,172)
0 Favorites   0 Comments

Color spaces of #da51ac

RGB 21881172
HSL0.890.650.59
HSV320°63°85°
CMYK 0.000.630.21   0.15
XYZ39.302323.768841.5461
Yxy23.76880.37570.2272
Hunter Lab48.753358.5791-16.3979
CIE-Lab55.855662.7808-21.1730

#da51ac color RGB value is (218,81,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10101100
Octal 332 121 254
Decimal 218 81 172
Hex DA 51 AC

RGB Percentages of Color #da51ac

%46.28
%17.20
%36.52

CMYK Percentages of Color #da51ac

%0
%63
%21
%15

Triadic Colors of #da51ac

#da51ac #acda51 #51acda

Analogous Colors of #da51ac

#da51ac #da5168 #c451da

Monochromatic Colors of #da51ac

#da51ac

Complementary Color

#da51ac #51da7f

#da51ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51ac Color CSS Codes

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

#da51ac Text Font Color

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

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


#da51ac Background Color

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

This div background color is #da51ac


#da51ac Border Color

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

This div border color is #da51ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51ac


Comments

No comments written yet.

Please login to write comment.