Color Hex Logo

#da8314 Color Hex

#DA8314
(218,131,20)
0 Favorites   0 Comments

Color spaces of #da8314

RGB 21813120
HSL0.090.830.47
HSV34°91°85°
CMYK 0.000.400.91   0.15
XYZ37.156031.18854.7235
Yxy31.18850.50850.4268
Hunter Lab55.846721.028334.0779
CIE-Lab62.666426.515565.3573

#da8314 color RGB value is (218,131,20).

#da8314 hex color red value is 218, green value is 131 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #da8314 hue: 0.09 , saturation: 0.83 and the lightness value of da8314 is 0.47.

The process color (four color CMYK) of #da8314 color hex is 0.00, 0.40, 0.91, 0.15. Web safe color of #da8314 is #cc9900. Color #da8314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 00010100
Octal 332 203 24
Decimal 218 131 20
Hex DA 83 14

RGB Percentages of Color #da8314

%59.08
%35.50
%5.42

CMYK Percentages of Color #da8314

%0
%40
%91
%15

Triadic Colors of #da8314

#da8314 #14da83 #8314da

Analogous Colors of #da8314

#da8314 #ceda14 #da2014

Monochromatic Colors of #da8314

#da8314

Complementary Color

#da8314 #146bda

#da8314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8314 Color CSS Codes

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

#da8314 Text Font Color

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

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


#da8314 Background Color

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

This div background color is #da8314


#da8314 Border Color

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

This div border color is #da8314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8314


Comments

No comments written yet.

Please login to write comment.