Color Hex Logo

#da80af Color Hex

#DA80AF
(218,128,175)
0 Favorites   0 Comments

Color spaces of #da80af

RGB 218128175
HSL0.910.550.68
HSV329°41°85°
CMYK 0.000.410.20   0.15
XYZ44.370533.438944.6732
Yxy33.43890.36230.2730
Hunter Lab57.826435.7679-5.3254
CIE-Lab64.514740.8260-9.7953

#da80af color RGB value is (218,128,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 10101111
Octal 332 200 257
Decimal 218 128 175
Hex DA 80 AF

RGB Percentages of Color #da80af

%41.84
%24.57
%33.59

CMYK Percentages of Color #da80af

%0
%41
%20
%15

Triadic Colors of #da80af

#da80af #afda80 #80afda

Analogous Colors of #da80af

#da80af #da8082 #d880da

Monochromatic Colors of #da80af

#da80af

Complementary Color

#da80af #80daab

#da80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80af Color CSS Codes

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

#da80af Text Font Color

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

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


#da80af Background Color

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

This div background color is #da80af


#da80af Border Color

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

This div border color is #da80af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80af


Comments

No comments written yet.

Please login to write comment.