Color Hex Logo

#da7dac Color Hex

#DA7DAC
(218,125,172)
0 Favorites   0 Comments

Color spaces of #da7dac

RGB 218125172
HSL0.920.560.67
HSV330°43°85°
CMYK 0.000.430.21   0.15
XYZ43.693532.551243.0098
Yxy32.55120.36640.2730
Hunter Lab57.053736.8571-4.7581
CIE-Lab63.795941.9417-9.1668

#da7dac color RGB value is (218,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111101 10101100
Octal 332 175 254
Decimal 218 125 172
Hex DA 7D AC

RGB Percentages of Color #da7dac

%42.33
%24.27
%33.40

CMYK Percentages of Color #da7dac

%0
%43
%21
%15

Triadic Colors of #da7dac

#da7dac #acda7d #7dacda

Analogous Colors of #da7dac

#da7dac #da7d7e #da7dda

Monochromatic Colors of #da7dac

#da7dac

Complementary Color

#da7dac #7ddaab

#da7dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7dac Color CSS Codes

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

#da7dac Text Font Color

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

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


#da7dac Background Color

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

This div background color is #da7dac


#da7dac Border Color

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

This div border color is #da7dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7dac


Comments

No comments written yet.

Please login to write comment.