Color Hex Logo

#da8038 Color Hex

#DA8038
(218,128,56)
0 Favorites   0 Comments

Color spaces of #da8038

RGB 21812856
HSL0.070.690.54
HSV27°74°85°
CMYK 0.000.410.74   0.15
XYZ37.346430.62937.6851
Yxy30.62930.49360.4048
Hunter Lab55.343723.601730.5075
CIE-Lab62.193429.177752.1631

#da8038 color RGB value is (218,128,56).

#da8038 hex color red value is 218, green value is 128 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #da8038 hue: 0.07 , saturation: 0.69 and the lightness value of da8038 is 0.54.

The process color (four color CMYK) of #da8038 color hex is 0.00, 0.41, 0.74, 0.15. Web safe color of #da8038 is #cc9933. Color #da8038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 00111000
Octal 332 200 70
Decimal 218 128 56
Hex DA 80 38

RGB Percentages of Color #da8038

%54.23
%31.84
%13.93

CMYK Percentages of Color #da8038

%0
%41
%74
%15

Triadic Colors of #da8038

#da8038 #38da80 #8038da

Analogous Colors of #da8038

#da8038 #dad138 #da3841

Monochromatic Colors of #da8038

#da8038

Complementary Color

#da8038 #3892da

#da8038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8038 Color CSS Codes

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

#da8038 Text Font Color

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

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


#da8038 Background Color

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

This div background color is #da8038


#da8038 Border Color

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

This div border color is #da8038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8038


Comments

No comments written yet.

Please login to write comment.