Color Hex Logo

#da735c Color Hex

#DA735C
(218,115,92)
0 Favorites   0 Comments

Color spaces of #da735c

RGB 21811592
HSL0.030.630.61
HSV11°58°85°
CMYK 0.000.470.58   0.15
XYZ36.975927.939613.5693
Yxy27.93960.47110.3560
Hunter Lab52.857932.365421.7801
CIE-Lab59.834138.132030.8492

#da735c color RGB value is (218,115,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01011100
Octal 332 163 134
Decimal 218 115 92
Hex DA 73 5C

RGB Percentages of Color #da735c

%51.29
%27.06
%21.65

CMYK Percentages of Color #da735c

%0
%47
%58
%15

Triadic Colors of #da735c

#da735c #5cda73 #735cda

Analogous Colors of #da735c

#da735c #dab25c #da5c84

Monochromatic Colors of #da735c

#da735c

Complementary Color

#da735c #5cc3da

#da735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da735c Color CSS Codes

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

#da735c Text Font Color

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

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


#da735c Background Color

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

This div background color is #da735c


#da735c Border Color

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

This div border color is #da735c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da735c


Comments

No comments written yet.

Please login to write comment.