Color Hex Logo

#da87ac Color Hex

#DA87AC
(218,135,172)
0 Favorites   0 Comments

Color spaces of #da87ac

RGB 218135172
HSL0.930.530.69
HSV333°38°85°
CMYK 0.000.380.21   0.15
XYZ45.023835.211943.4533
Yxy35.21190.36400.2847
Hunter Lab59.339631.5921-1.8792
CIE-Lab65.913336.6920-6.0187

#da87ac color RGB value is (218,135,172).

#da87ac hex color red value is 218, green value is 135 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da87ac hue: 0.93 , saturation: 0.53 and the lightness value of da87ac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 10101100
Octal 332 207 254
Decimal 218 135 172
Hex DA 87 AC

RGB Percentages of Color #da87ac

%41.52
%25.71
%32.76

CMYK Percentages of Color #da87ac

%0
%38
%21
%15

Triadic Colors of #da87ac

#da87ac #acda87 #87acda

Analogous Colors of #da87ac

#da87ac #da8c87 #da87d6

Monochromatic Colors of #da87ac

#da87ac

Complementary Color

#da87ac #87dab5

#da87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da87ac Color CSS Codes

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

#da87ac Text Font Color

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

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


#da87ac Background Color

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

This div background color is #da87ac


#da87ac Border Color

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

This div border color is #da87ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da87ac


Comments

No comments written yet.

Please login to write comment.