Color Hex Logo

#da86ae Color Hex

#DA86AE
(218,134,174)
0 Favorites   0 Comments

Color spaces of #da86ae

RGB 218134174
HSL0.920.530.69
HSV331°39°85°
CMYK 0.000.390.20   0.15
XYZ45.078535.011644.4264
Yxy35.01160.36200.2812
Hunter Lab59.170632.4398-3.0966
CIE-Lab65.757737.5205-7.3780

#da86ae color RGB value is (218,134,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 10101110
Octal 332 206 256
Decimal 218 134 174
Hex DA 86 AE

RGB Percentages of Color #da86ae

%41.44
%25.48
%33.08

CMYK Percentages of Color #da86ae

%0
%39
%20
%15

Triadic Colors of #da86ae

#da86ae #aeda86 #86aeda

Analogous Colors of #da86ae

#da86ae #da8886 #da86d8

Monochromatic Colors of #da86ae

#da86ae

Complementary Color

#da86ae #86dab2

#da86ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da86ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da86ae Color CSS Codes

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

#da86ae Text Font Color

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

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


#da86ae Background Color

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

This div background color is #da86ae


#da86ae Border Color

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

This div border color is #da86ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da86ae


Comments

No comments written yet.

Please login to write comment.