Color Hex Logo

#da87aa Color Hex

#DA87AA
(218,135,170)
0 Favorites   0 Comments

Color spaces of #da87aa

RGB 218135170
HSL0.930.530.69
HSV335°38°85°
CMYK 0.000.380.22   0.15
XYZ44.833135.135742.4491
Yxy35.13570.36620.2870
Hunter Lab59.275431.2771-0.9668
CIE-Lab65.854236.3958-4.9775

#da87aa color RGB value is (218,135,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 10101010
Octal 332 207 252
Decimal 218 135 170
Hex DA 87 AA

RGB Percentages of Color #da87aa

%41.68
%25.81
%32.50

CMYK Percentages of Color #da87aa

%0
%38
%22
%15

Triadic Colors of #da87aa

#da87aa #aada87 #87aada

Analogous Colors of #da87aa

#da87aa #da8e87 #da87d4

Monochromatic Colors of #da87aa

#da87aa

Complementary Color

#da87aa #87dab7

#da87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da87aa Color CSS Codes

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

#da87aa Text Font Color

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

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


#da87aa Background Color

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

This div background color is #da87aa


#da87aa Border Color

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

This div border color is #da87aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da87aa


Comments

No comments written yet.

Please login to write comment.