Color Hex Logo

#da87af Color Hex

#DA87AF
(218,135,175)
0 Favorites   0 Comments

Color spaces of #da87af

RGB 218135175
HSL0.920.530.69
HSV331°38°85°
CMYK 0.000.380.20   0.15
XYZ45.315335.328544.9881
Yxy35.32850.36070.2812
Hunter Lab59.437832.0721-3.2698
CIE-Lab66.003637.1420-7.5766

#da87af color RGB value is (218,135,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 10101111
Octal 332 207 257
Decimal 218 135 175
Hex DA 87 AF

RGB Percentages of Color #da87af

%41.29
%25.57
%33.14

CMYK Percentages of Color #da87af

%0
%38
%20
%15

Triadic Colors of #da87af

#da87af #afda87 #87afda

Analogous Colors of #da87af

#da87af #da8987 #da87d9

Monochromatic Colors of #da87af

#da87af

Complementary Color

#da87af #87dab2

#da87af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da87af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da87af Color CSS Codes

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

#da87af Text Font Color

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

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


#da87af Background Color

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

This div background color is #da87af


#da87af Border Color

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

This div border color is #da87af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da87af


Comments

No comments written yet.

Please login to write comment.