Color Hex Logo

#da6042 Color Hex

#DA6042
(218,96,66)
0 Favorites   0 Comments

Color spaces of #da6042

RGB 2189666
HSL0.030.670.56
HSV12°70°85°
CMYK 0.000.560.70   0.15
XYZ34.079723.66457.9258
Yxy23.66450.51900.3604
Hunter Lab48.646239.919724.3923
CIE-Lab55.750345.944740.2001

#da6042 color RGB value is (218,96,66).

#da6042 hex color red value is 218, green value is 96 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #da6042 hue: 0.03 , saturation: 0.67 and the lightness value of da6042 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 01000010
Octal 332 140 102
Decimal 218 96 66
Hex DA 60 42

RGB Percentages of Color #da6042

%57.37
%25.26
%17.37

CMYK Percentages of Color #da6042

%0
%56
%70
%15

Triadic Colors of #da6042

#da6042 #42da60 #6042da

Analogous Colors of #da6042

#da6042 #daac42 #da4270

Monochromatic Colors of #da6042

#da6042

Complementary Color

#da6042 #42bcda

#da6042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6042 Color CSS Codes

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

#da6042 Text Font Color

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

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


#da6042 Background Color

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

This div background color is #da6042


#da6042 Border Color

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

This div border color is #da6042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6042


Comments

No comments written yet.

Please login to write comment.