Color Hex Logo

#da7eac Color Hex

#DA7EAC
(218,126,172)
0 Favorites   0 Comments

Color spaces of #da7eac

RGB 218126172
HSL0.920.550.67
HSV330°42°85°
CMYK 0.000.420.21   0.15
XYZ43.820732.805743.0523
Yxy32.80570.36620.2741
Hunter Lab57.276336.3326-4.4726
CIE-Lab64.003341.4218-8.8575

#da7eac color RGB value is (218,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 10101100
Octal 332 176 254
Decimal 218 126 172
Hex DA 7E AC

RGB Percentages of Color #da7eac

%42.25
%24.42
%33.33

CMYK Percentages of Color #da7eac

%0
%42
%21
%15

Triadic Colors of #da7eac

#da7eac #acda7e #7eacda

Analogous Colors of #da7eac

#da7eac #da7e7e #da7eda

Monochromatic Colors of #da7eac

#da7eac

Complementary Color

#da7eac #7edaac

#da7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7eac Color CSS Codes

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

#da7eac Text Font Color

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

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


#da7eac Background Color

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

This div background color is #da7eac


#da7eac Border Color

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

This div border color is #da7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7eac


Comments

No comments written yet.

Please login to write comment.