Color Hex Logo

#da6aae Color Hex

#DA6AAE
(218,106,174)
0 Favorites   0 Comments

Color spaces of #da6aae

RGB 218106174
HSL0.900.600.64
HSV324°51°85°
CMYK 0.000.510.20   0.15
XYZ41.707528.269543.3027
Yxy28.26950.36820.2496
Hunter Lab53.169146.9752-11.0694
CIE-Lab60.131451.7991-15.8171

#da6aae color RGB value is (218,106,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101010 10101110
Octal 332 152 256
Decimal 218 106 174
Hex DA 6A AE

RGB Percentages of Color #da6aae

%43.78
%21.29
%34.94

CMYK Percentages of Color #da6aae

%0
%51
%20
%15

Triadic Colors of #da6aae

#da6aae #aeda6a #6aaeda

Analogous Colors of #da6aae

#da6aae #da6a76 #ce6ada

Monochromatic Colors of #da6aae

#da6aae

Complementary Color

#da6aae #6ada96

#da6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6aae Color CSS Codes

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

#da6aae Text Font Color

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

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


#da6aae Background Color

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

This div background color is #da6aae


#da6aae Border Color

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

This div border color is #da6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6aae


Comments

No comments written yet.

Please login to write comment.