Color Hex Logo

#da7aac Color Hex

#DA7AAC
(218,122,172)
0 Favorites   0 Comments

Color spaces of #da7aac

RGB 218122172
HSL0.910.560.67
HSV329°44°85°
CMYK 0.000.440.21   0.15
XYZ43.319431.803142.8851
Yxy31.80310.36710.2695
Hunter Lab56.394238.4254-5.6112
CIE-Lab63.179843.4926-10.0870

#da7aac color RGB value is (218,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111010 10101100
Octal 332 172 254
Decimal 218 122 172
Hex DA 7A AC

RGB Percentages of Color #da7aac

%42.58
%23.83
%33.59

CMYK Percentages of Color #da7aac

%0
%44
%21
%15

Triadic Colors of #da7aac

#da7aac #acda7a #7aacda

Analogous Colors of #da7aac

#da7aac #da7a7c #d87ada

Monochromatic Colors of #da7aac

#da7aac

Complementary Color

#da7aac #7adaa8

#da7aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7aac Color CSS Codes

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

#da7aac Text Font Color

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

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


#da7aac Background Color

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

This div background color is #da7aac


#da7aac Border Color

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

This div border color is #da7aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7aac


Comments

No comments written yet.

Please login to write comment.