Color Hex Logo

#da735e Color Hex

#DA735E
(218,115,94)
0 Favorites   0 Comments

Color spaces of #da735e

RGB 21811594
HSL0.030.630.61
HSV10°57°85°
CMYK 0.000.470.57   0.15
XYZ37.064627.975014.0359
Yxy27.97500.46870.3538
Hunter Lab52.891432.527121.2901
CIE-Lab59.866138.285729.7722

#da735e color RGB value is (218,115,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01011110
Octal 332 163 136
Decimal 218 115 94
Hex DA 73 5E

RGB Percentages of Color #da735e

%51.05
%26.93
%22.01

CMYK Percentages of Color #da735e

%0
%47
%57
%15

Triadic Colors of #da735e

#da735e #5eda73 #735eda

Analogous Colors of #da735e

#da735e #dab15e #da5e87

Monochromatic Colors of #da735e

#da735e

Complementary Color

#da735e #5ec5da

#da735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da735e Color CSS Codes

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

#da735e Text Font Color

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

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


#da735e Background Color

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

This div background color is #da735e


#da735e Border Color

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

This div border color is #da735e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,115,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 #da735e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da735e


Comments

No comments written yet.

Please login to write comment.