Color Hex Logo

#da80ad Color Hex

#DA80AD
(218,128,173)
0 Favorites   0 Comments

Color spaces of #da80ad

RGB 218128173
HSL0.920.550.68
HSV330°41°85°
CMYK 0.000.410.21   0.15
XYZ44.175433.360943.6462
Yxy33.36090.36450.2753
Hunter Lab57.758935.4430-4.3720
CIE-Lab64.452140.5267-8.7556

#da80ad color RGB value is (218,128,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 10101101
Octal 332 200 255
Decimal 218 128 173
Hex DA 80 AD

RGB Percentages of Color #da80ad

%42.00
%24.66
%33.33

CMYK Percentages of Color #da80ad

%0
%41
%21
%15

Triadic Colors of #da80ad

#da80ad #adda80 #80adda

Analogous Colors of #da80ad

#da80ad #da8080 #da80da

Monochromatic Colors of #da80ad

#da80ad

Complementary Color

#da80ad #80daad

#da80ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80ad Color CSS Codes

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

#da80ad Text Font Color

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

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


#da80ad Background Color

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

This div background color is #da80ad


#da80ad Border Color

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

This div border color is #da80ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80ad


Comments

No comments written yet.

Please login to write comment.