Color Hex Logo

#da606d Color Hex

#DA606D
(218,96,109)
0 Favorites   0 Comments

Color spaces of #da606d

RGB 21896109
HSL0.980.620.62
HSV354°56°85°
CMYK 0.000.560.50   0.15
XYZ35.856624.375317.2830
Yxy24.37530.46260.3145
Hunter Lab49.371343.238113.8048
CIE-Lab56.461648.948016.6451

#da606d color RGB value is (218,96,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 01101101
Octal 332 140 155
Decimal 218 96 109
Hex DA 60 6D

RGB Percentages of Color #da606d

%51.54
%22.70
%25.77

CMYK Percentages of Color #da606d

%0
%56
%50
%15

Triadic Colors of #da606d

#da606d #6dda60 #606dda

Analogous Colors of #da606d

#da606d #da9060 #da60aa

Monochromatic Colors of #da606d

#da606d

Complementary Color

#da606d #60dacd

#da606d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da606d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da606d Color CSS Codes

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

#da606d Text Font Color

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

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


#da606d Background Color

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

This div background color is #da606d


#da606d Border Color

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

This div border color is #da606d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da606d


Comments

No comments written yet.

Please login to write comment.