Color Hex Logo

#da606f Color Hex

#DA606F
(218,96,111)
0 Favorites   0 Comments

Color spaces of #da606f

RGB 21896111
HSL0.980.620.62
HSV353°56°85°
CMYK 0.000.560.49   0.15
XYZ35.965624.418917.8566
Yxy24.41890.45970.3121
Hunter Lab49.415543.438913.1660
CIE-Lab56.504849.127615.5346

#da606f color RGB value is (218,96,111).

#da606f hex color red value is 218, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da606f hue: 0.98 , saturation: 0.62 and the lightness value of da606f is 0.62.

The process color (four color CMYK) of #da606f color hex is 0.00, 0.56, 0.49, 0.15. Web safe color of #da606f is #cc6666. Color #da606f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 01101111
Octal 332 140 157
Decimal 218 96 111
Hex DA 60 6F

RGB Percentages of Color #da606f

%51.29
%22.59
%26.12

CMYK Percentages of Color #da606f

%0
%56
%49
%15

Triadic Colors of #da606f

#da606f #6fda60 #606fda

Analogous Colors of #da606f

#da606f #da8e60 #da60ac

Monochromatic Colors of #da606f

#da606f

Complementary Color

#da606f #60dacb

#da606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da606f Color CSS Codes

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

#da606f Text Font Color

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

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


#da606f Background Color

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

This div background color is #da606f


#da606f Border Color

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

This div border color is #da606f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da606f


Comments

No comments written yet.

Please login to write comment.