Color Hex Logo

#da7eab Color Hex

#DA7EAB
(218,126,171)
0 Favorites   0 Comments

Color spaces of #da7eab

RGB 218126171
HSL0.920.550.67
HSV331°42°85°
CMYK 0.000.420.22   0.15
XYZ43.725032.767442.5483
Yxy32.76740.36730.2753
Hunter Lab57.242836.1725-4.0000
CIE-Lab63.972141.2746-8.3361

#da7eab color RGB value is (218,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 10101011
Octal 332 176 253
Decimal 218 126 171
Hex DA 7E AB

RGB Percentages of Color #da7eab

%42.33
%24.47
%33.20

CMYK Percentages of Color #da7eab

%0
%42
%22
%15

Triadic Colors of #da7eab

#da7eab #abda7e #7eabda

Analogous Colors of #da7eab

#da7eab #da7f7e #da7ed9

Monochromatic Colors of #da7eab

#da7eab

Complementary Color

#da7eab #7edaad

#da7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7eab Color CSS Codes

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

#da7eab Text Font Color

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

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


#da7eab Background Color

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

This div background color is #da7eab


#da7eab Border Color

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

This div border color is #da7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7eab


Comments

No comments written yet.

Please login to write comment.