Color Hex Logo

#da8faa Color Hex

#DA8FAA
(218,143,170)
0 Favorites   0 Comments

Color spaces of #da8faa

RGB 218143170
HSL0.940.500.71
HSV338°34°85°
CMYK 0.000.340.22   0.15
XYZ45.991637.452642.8353
Yxy37.45260.36420.2966
Hunter Lab61.198527.04801.3395
CIE-Lab67.615232.1291-2.3829

#da8faa color RGB value is (218,143,170).

#da8faa hex color red value is 218, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da8faa hue: 0.94 , saturation: 0.50 and the lightness value of da8faa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001111 10101010
Octal 332 217 252
Decimal 218 143 170
Hex DA 8F AA

RGB Percentages of Color #da8faa

%41.05
%26.93
%32.02

CMYK Percentages of Color #da8faa

%0
%34
%22
%15

Triadic Colors of #da8faa

#da8faa #aada8f #8faada

Analogous Colors of #da8faa

#da8faa #da9a8f #da8fd0

Monochromatic Colors of #da8faa

#da8faa

Complementary Color

#da8faa #8fdabf

#da8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8faa Color CSS Codes

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

#da8faa Text Font Color

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

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


#da8faa Background Color

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

This div background color is #da8faa


#da8faa Border Color

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

This div border color is #da8faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8faa


Comments

No comments written yet.

Please login to write comment.