Color Hex Logo

#da81ac Color Hex

#DA81AC
(218,129,172)
0 Favorites   0 Comments

Color spaces of #da81ac

RGB 218129172
HSL0.920.550.68
HSV331°41°85°
CMYK 0.000.410.21   0.15
XYZ44.210133.584543.1821
Yxy33.58450.36540.2776
Hunter Lab57.952134.7565-3.6125
CIE-Lab64.631439.8550-7.9218

#da81ac color RGB value is (218,129,172).

#da81ac hex color red value is 218, green value is 129 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da81ac hue: 0.92 , saturation: 0.55 and the lightness value of da81ac is 0.68.

The process color (four color CMYK) of #da81ac color hex is 0.00, 0.41, 0.21, 0.15. Web safe color of #da81ac is #cc9999. Color #da81ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 10101100
Octal 332 201 254
Decimal 218 129 172
Hex DA 81 AC

RGB Percentages of Color #da81ac

%42.00
%24.86
%33.14

CMYK Percentages of Color #da81ac

%0
%41
%21
%15

Triadic Colors of #da81ac

#da81ac #acda81 #81acda

Analogous Colors of #da81ac

#da81ac #da8381 #da81d9

Monochromatic Colors of #da81ac

#da81ac

Complementary Color

#da81ac #81daaf

#da81ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da81ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da81ac Color CSS Codes

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

#da81ac Text Font Color

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

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


#da81ac Background Color

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

This div background color is #da81ac


#da81ac Border Color

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

This div border color is #da81ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da81ac


Comments

No comments written yet.

Please login to write comment.