Color Hex Logo

#da702e Color Hex

#DA702E
(218,112,46)
0 Favorites   0 Comments

Color spaces of #da702e

RGB 21811246
HSL0.060.700.52
HSV23°79°85°
CMYK 0.000.490.79   0.15
XYZ35.200826.69105.8814
Yxy26.69100.51940.3938
Hunter Lab51.663331.210129.4147
CIE-Lab58.687237.138753.1684

#da702e color RGB value is (218,112,46).

#da702e hex color red value is 218, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #da702e hue: 0.06 , saturation: 0.70 and the lightness value of da702e is 0.52.

The process color (four color CMYK) of #da702e color hex is 0.00, 0.49, 0.79, 0.15. Web safe color of #da702e is #cc6633. Color #da702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 00101110
Octal 332 160 56
Decimal 218 112 46
Hex DA 70 2E

RGB Percentages of Color #da702e

%57.98
%29.79
%12.23

CMYK Percentages of Color #da702e

%0
%49
%79
%15

Triadic Colors of #da702e

#da702e #2eda70 #702eda

Analogous Colors of #da702e

#da702e #dac62e #da2e42

Monochromatic Colors of #da702e

#da702e

Complementary Color

#da702e #2e98da

#da702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da702e Color CSS Codes

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

#da702e Text Font Color

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

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


#da702e Background Color

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

This div background color is #da702e


#da702e Border Color

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

This div border color is #da702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da702e


Comments

No comments written yet.

Please login to write comment.