Color Hex Logo

#da90ac Color Hex

#DA90AC
(218,144,172)
0 Favorites   0 Comments

Color spaces of #da90ac

RGB 218144172
HSL0.940.500.71
HSV337°34°85°
CMYK 0.000.340.21   0.15
XYZ46.333137.830543.8897
Yxy37.83050.36180.2954
Hunter Lab61.506526.82840.7465
CIE-Lab67.895531.8901-3.0924

#da90ac color RGB value is (218,144,172).

#da90ac hex color red value is 218, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da90ac hue: 0.94 , saturation: 0.50 and the lightness value of da90ac is 0.71.

The process color (four color CMYK) of #da90ac color hex is 0.00, 0.34, 0.21, 0.15. Web safe color of #da90ac is #cc9999. Color #da90ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 10101100
Octal 332 220 254
Decimal 218 144 172
Hex DA 90 AC

RGB Percentages of Color #da90ac

%40.82
%26.97
%32.21

CMYK Percentages of Color #da90ac

%0
%34
%21
%15

Triadic Colors of #da90ac

#da90ac #acda90 #90acda

Analogous Colors of #da90ac

#da90ac #da9990 #da90d1

Monochromatic Colors of #da90ac

#da90ac

Complementary Color

#da90ac #90dabe

#da90ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90ac Color CSS Codes

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

#da90ac Text Font Color

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

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


#da90ac Background Color

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

This div background color is #da90ac


#da90ac Border Color

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

This div border color is #da90ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90ac


Comments

No comments written yet.

Please login to write comment.