Color Hex Logo

#da4aab Color Hex

#DA4AAB
(218,74,171)
0 Favorites   0 Comments

Color spaces of #da4aab

RGB 21874171
HSL0.890.660.57
HSV320°66°85°
CMYK 0.000.660.22   0.15
XYZ38.712922.743340.8776
Yxy22.74330.37830.2222
Hunter Lab47.689961.4422-17.4377
CIE-Lab54.806965.4293-22.1987

#da4aab color RGB value is (218,74,171).

#da4aab hex color red value is 218, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da4aab hue: 0.89 , saturation: 0.66 and the lightness value of da4aab is 0.57.

The process color (four color CMYK) of #da4aab color hex is 0.00, 0.66, 0.22, 0.15. Web safe color of #da4aab is #cc3399. Color #da4aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001010 10101011
Octal 332 112 253
Decimal 218 74 171
Hex DA 4A AB

RGB Percentages of Color #da4aab

%47.08
%15.98
%36.93

CMYK Percentages of Color #da4aab

%0
%66
%22
%15

Triadic Colors of #da4aab

#da4aab #abda4a #4aabda

Analogous Colors of #da4aab

#da4aab #da4a63 #c14ada

Monochromatic Colors of #da4aab

#da4aab

Complementary Color

#da4aab #4ada79

#da4aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4aab Color CSS Codes

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

#da4aab Text Font Color

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

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


#da4aab Background Color

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

This div background color is #da4aab


#da4aab Border Color

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

This div border color is #da4aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4aab


Comments

No comments written yet.

Please login to write comment.