Color Hex Logo

#da6160 Color Hex

#DA6160
(218,97,96)
0 Favorites   0 Comments

Color spaces of #da6160

RGB 2189796
HSL0.000.620.62
HSV56°85°
CMYK 0.000.560.56   0.15
XYZ35.299524.299313.8961
Yxy24.29930.48030.3306
Hunter Lab49.294341.558217.7921
CIE-Lab56.386247.392124.1089

#da6160 color RGB value is (218,97,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 01100000
Octal 332 141 140
Decimal 218 97 96
Hex DA 61 60

RGB Percentages of Color #da6160

%53.04
%23.60
%23.36

CMYK Percentages of Color #da6160

%0
%56
%56
%15

Triadic Colors of #da6160

#da6160 #60da61 #6160da

Analogous Colors of #da6160

#da6160 #da9e60 #da609c

Monochromatic Colors of #da6160

#da6160

Complementary Color

#da6160 #60d9da

#da6160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6160 Color CSS Codes

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

#da6160 Text Font Color

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

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


#da6160 Background Color

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

This div background color is #da6160


#da6160 Border Color

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

This div border color is #da6160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6160


Comments

No comments written yet.

Please login to write comment.