Color Hex Logo

#da6baa Color Hex

#DA6BAA
(218,107,170)
0 Favorites   0 Comments

Color spaces of #da6baa

RGB 218107170
HSL0.910.600.64
HSV326°51°85°
CMYK 0.000.510.22   0.15
XYZ41.426828.323141.3137
Yxy28.32310.37300.2550
Hunter Lab53.219545.8130-8.7726
CIE-Lab60.179550.7376-13.4469

#da6baa color RGB value is (218,107,170).

#da6baa hex color red value is 218, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da6baa hue: 0.91 , saturation: 0.60 and the lightness value of da6baa is 0.64.

The process color (four color CMYK) of #da6baa color hex is 0.00, 0.51, 0.22, 0.15. Web safe color of #da6baa is #cc6699. Color #da6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 10101010
Octal 332 153 252
Decimal 218 107 170
Hex DA 6B AA

RGB Percentages of Color #da6baa

%44.04
%21.62
%34.34

CMYK Percentages of Color #da6baa

%0
%51
%22
%15

Triadic Colors of #da6baa

#da6baa #aada6b #6baada

Analogous Colors of #da6baa

#da6baa #da6b73 #d36bda

Monochromatic Colors of #da6baa

#da6baa

Complementary Color

#da6baa #6bda9b

#da6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6baa Color CSS Codes

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

#da6baa Text Font Color

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

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


#da6baa Background Color

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

This div background color is #da6baa


#da6baa Border Color

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

This div border color is #da6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6baa


Comments

No comments written yet.

Please login to write comment.