Color Hex Logo

#da90ad Color Hex

#DA90AD
(218,144,173)
0 Favorites   0 Comments

Color spaces of #da90ad

RGB 218144173
HSL0.930.500.71
HSV336°34°85°
CMYK 0.000.340.21   0.15
XYZ46.429537.869144.3975
Yxy37.86910.36080.2943
Hunter Lab61.537926.98460.3008
CIE-Lab67.924032.0399-3.6108

#da90ad color RGB value is (218,144,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 10101101
Octal 332 220 255
Decimal 218 144 173
Hex DA 90 AD

RGB Percentages of Color #da90ad

%40.75
%26.92
%32.34

CMYK Percentages of Color #da90ad

%0
%34
%21
%15

Triadic Colors of #da90ad

#da90ad #adda90 #90adda

Analogous Colors of #da90ad

#da90ad #da9890 #da90d2

Monochromatic Colors of #da90ad

#da90ad

Complementary Color

#da90ad #90dabd

#da90ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90ad Color CSS Codes

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

#da90ad Text Font Color

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

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


#da90ad Background Color

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

This div background color is #da90ad


#da90ad Border Color

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

This div border color is #da90ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,144,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da90ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90ad


Comments

No comments written yet.

Please login to write comment.