Color Hex Logo

#da86ba Color Hex

#DA86BA
(218,134,186)
0 Favorites   0 Comments

Color spaces of #da86ba

RGB 218134186
HSL0.900.530.69
HSV323°39°85°
CMYK 0.000.390.15   0.15
XYZ46.301535.500850.8664
Yxy35.50080.34900.2676
Hunter Lab59.582534.4426-8.9089
CIE-Lab66.136739.3816-13.5714

#da86ba color RGB value is (218,134,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 10111010
Octal 332 206 272
Decimal 218 134 186
Hex DA 86 BA

RGB Percentages of Color #da86ba

%40.52
%24.91
%34.57

CMYK Percentages of Color #da86ba

%0
%39
%15
%15

Triadic Colors of #da86ba

#da86ba #bada86 #86bada

Analogous Colors of #da86ba

#da86ba #da8690 #d086da

Monochromatic Colors of #da86ba

#da86ba

Complementary Color

#da86ba #86daa6

#da86ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da86ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da86ba Color CSS Codes

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

#da86ba Text Font Color

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

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


#da86ba Background Color

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

This div background color is #da86ba


#da86ba Border Color

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

This div border color is #da86ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da86ba


Comments

No comments written yet.

Please login to write comment.