Color Hex Logo

#da6aac Color Hex

#DA6AAC
(218,106,172)
0 Favorites   0 Comments

Color spaces of #da6aac

RGB 218106172
HSL0.900.600.64
HSV325°51°85°
CMYK 0.000.510.21   0.15
XYZ41.513928.192142.2833
Yxy28.19210.37070.2517
Hunter Lab53.096246.6439-10.0484
CIE-Lab60.061951.5101-14.7737

#da6aac color RGB value is (218,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101010 10101100
Octal 332 152 254
Decimal 218 106 172
Hex DA 6A AC

RGB Percentages of Color #da6aac

%43.95
%21.37
%34.68

CMYK Percentages of Color #da6aac

%0
%51
%21
%15

Triadic Colors of #da6aac

#da6aac #acda6a #6aacda

Analogous Colors of #da6aac

#da6aac #da6a74 #d06ada

Monochromatic Colors of #da6aac

#da6aac

Complementary Color

#da6aac #6ada98

#da6aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6aac Color CSS Codes

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

#da6aac Text Font Color

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

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


#da6aac Background Color

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

This div background color is #da6aac


#da6aac Border Color

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

This div border color is #da6aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6aac


Comments

No comments written yet.

Please login to write comment.