Color Hex Logo

#da8aaa Color Hex

#DA8AAA
(218,138,170)
0 Favorites   0 Comments

Color spaces of #da8aaa

RGB 218138170
HSL0.930.520.70
HSV336°37°85°
CMYK 0.000.370.22   0.15
XYZ45.257635.984742.5906
Yxy35.98470.36550.2906
Hunter Lab59.987229.6923-0.1045
CIE-Lab66.508234.8011-4.0119

#da8aaa color RGB value is (218,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 10101010
Octal 332 212 252
Decimal 218 138 170
Hex DA 8A AA

RGB Percentages of Color #da8aaa

%41.44
%26.24
%32.32

CMYK Percentages of Color #da8aaa

%0
%37
%22
%15

Triadic Colors of #da8aaa

#da8aaa #aada8a #8aaada

Analogous Colors of #da8aaa

#da8aaa #da928a #da8ad2

Monochromatic Colors of #da8aaa

#da8aaa

Complementary Color

#da8aaa #8adaba

#da8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8aaa Color CSS Codes

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

#da8aaa Text Font Color

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

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


#da8aaa Background Color

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

This div background color is #da8aaa


#da8aaa Border Color

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

This div border color is #da8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8aaa


Comments

No comments written yet.

Please login to write comment.