Color Hex Logo

#da605e Color Hex

#DA605E
(218,96,94)
0 Favorites   0 Comments

Color spaces of #da605e

RGB 2189694
HSL0.000.630.61
HSV57°85°
CMYK 0.000.560.57   0.15
XYZ35.116724.079313.3866
Yxy24.07930.48380.3318
Hunter Lab49.070741.867218.1750
CIE-Lab56.167147.715124.9771

#da605e color RGB value is (218,96,94).

#da605e hex color red value is 218, green value is 96 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da605e hue: 0.00 , saturation: 0.63 and the lightness value of da605e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 01011110
Octal 332 140 136
Decimal 218 96 94
Hex DA 60 5E

RGB Percentages of Color #da605e

%53.43
%23.53
%23.04

CMYK Percentages of Color #da605e

%0
%56
%57
%15

Triadic Colors of #da605e

#da605e #5eda60 #605eda

Analogous Colors of #da605e

#da605e #da9e5e #da5e9a

Monochromatic Colors of #da605e

#da605e

Complementary Color

#da605e #5ed8da

#da605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da605e Color CSS Codes

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

#da605e Text Font Color

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

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


#da605e Background Color

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

This div background color is #da605e


#da605e Border Color

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

This div border color is #da605e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da605e


Comments

No comments written yet.

Please login to write comment.