Color Hex Logo

#da7aab Color Hex

#DA7AAB
(218,122,171)
0 Favorites   0 Comments

Color spaces of #da7aab

RGB 218122171
HSL0.910.560.67
HSV329°44°85°
CMYK 0.000.440.22   0.15
XYZ43.223731.764842.3812
Yxy31.76480.36830.2706
Hunter Lab56.360338.2644-5.1321
CIE-Lab63.148043.3461-9.5653

#da7aab color RGB value is (218,122,171).

#da7aab hex color red value is 218, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da7aab hue: 0.91 , saturation: 0.56 and the lightness value of da7aab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111010 10101011
Octal 332 172 253
Decimal 218 122 171
Hex DA 7A AB

RGB Percentages of Color #da7aab

%42.66
%23.87
%33.46

CMYK Percentages of Color #da7aab

%0
%44
%22
%15

Triadic Colors of #da7aab

#da7aab #abda7a #7aabda

Analogous Colors of #da7aab

#da7aab #da7a7b #d97ada

Monochromatic Colors of #da7aab

#da7aab

Complementary Color

#da7aab #7adaa9

#da7aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7aab Color CSS Codes

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

#da7aab Text Font Color

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

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


#da7aab Background Color

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

This div background color is #da7aab


#da7aab Border Color

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

This div border color is #da7aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7aab


Comments

No comments written yet.

Please login to write comment.