Color Hex Logo

#da809f Color Hex

#DA809F
(218,128,159)
0 Favorites   0 Comments

Color spaces of #da809f

RGB 218128159
HSL0.940.550.68
HSV339°41°85°
CMYK 0.000.410.27   0.15
XYZ42.890632.847036.8804
Yxy32.84700.38090.2917
Hunter Lab57.312333.28691.9656
CIE-Lab64.036838.5247-1.4201

#da809f color RGB value is (218,128,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 10011111
Octal 332 200 237
Decimal 218 128 159
Hex DA 80 9F

RGB Percentages of Color #da809f

%43.17
%25.35
%31.49

CMYK Percentages of Color #da809f

%0
%41
%27
%15

Triadic Colors of #da809f

#da809f #9fda80 #809fda

Analogous Colors of #da809f

#da809f #da8e80 #da80cc

Monochromatic Colors of #da809f

#da809f

Complementary Color

#da809f #80dabb

#da809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da809f Color CSS Codes

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

#da809f Text Font Color

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

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


#da809f Background Color

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

This div background color is #da809f


#da809f Border Color

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

This div border color is #da809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da809f


Comments

No comments written yet.

Please login to write comment.