Color Hex Logo

#da702b Color Hex

#DA702B
(218,112,43)
0 Favorites   0 Comments

Color spaces of #da702b

RGB 21811243
HSL0.070.700.51
HSV24°80°85°
CMYK 0.000.490.80   0.15
XYZ35.143726.66825.5807
Yxy26.66820.52150.3957
Hunter Lab51.641331.103329.7416
CIE-Lab58.665937.036154.4428

#da702b color RGB value is (218,112,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 00101011
Octal 332 160 53
Decimal 218 112 43
Hex DA 70 2B

RGB Percentages of Color #da702b

%58.45
%30.03
%11.53

CMYK Percentages of Color #da702b

%0
%49
%80
%15

Triadic Colors of #da702b

#da702b #2bda70 #702bda

Analogous Colors of #da702b

#da702b #dac82b #da2b3d

Monochromatic Colors of #da702b

#da702b

Complementary Color

#da702b #2b95da

#da702b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da702b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da702b Color CSS Codes

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

#da702b Text Font Color

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

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


#da702b Background Color

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

This div background color is #da702b


#da702b Border Color

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

This div border color is #da702b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da702b


Comments

No comments written yet.

Please login to write comment.