Color Hex Logo

#da8348 Color Hex

#DA8348
(218,131,72)
0 Favorites   0 Comments

Color spaces of #da8348

RGB 21813172
HSL0.070.660.57
HSV24°67°85°
CMYK 0.000.400.67   0.15
XYZ38.199431.605910.2181
Yxy31.60590.47740.3950
Hunter Lab56.219122.902528.5771
CIE-Lab63.015828.400145.3475

#da8348 color RGB value is (218,131,72).

#da8348 hex color red value is 218, green value is 131 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #da8348 hue: 0.07 , saturation: 0.66 and the lightness value of da8348 is 0.57.

The process color (four color CMYK) of #da8348 color hex is 0.00, 0.40, 0.67, 0.15. Web safe color of #da8348 is #cc9933. Color #da8348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 01001000
Octal 332 203 110
Decimal 218 131 72
Hex DA 83 48

RGB Percentages of Color #da8348

%51.78
%31.12
%17.10

CMYK Percentages of Color #da8348

%0
%40
%67
%15

Triadic Colors of #da8348

#da8348 #48da83 #8348da

Analogous Colors of #da8348

#da8348 #dacc48 #da4856

Monochromatic Colors of #da8348

#da8348

Complementary Color

#da8348 #489fda

#da8348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8348 Color CSS Codes

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

#da8348 Text Font Color

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

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


#da8348 Background Color

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

This div background color is #da8348


#da8348 Border Color

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

This div border color is #da8348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8348


Comments

No comments written yet.

Please login to write comment.