Color Hex Logo

#d08438 Color Hex

#D08438
(208,132,56)
0 Favorites   0 Comments

Color spaces of #d08438

RGB 20813256
HSL0.080.620.52
HSV30°73°82°
CMYK 0.000.370.73   0.18
XYZ34.977530.19797.7267
Yxy30.19790.47980.4142
Hunter Lab54.952617.448730.1303
CIE-Lab61.824622.854651.3783

#d08438 color RGB value is (208,132,56).

#d08438 hex color red value is 208, green value is 132 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d08438 hue: 0.08 , saturation: 0.62 and the lightness value of d08438 is 0.52.

The process color (four color CMYK) of #d08438 color hex is 0.00, 0.37, 0.73, 0.18. Web safe color of #d08438 is #cc9933. Color #d08438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 00111000
Octal 320 204 70
Decimal 208 132 56
Hex D0 84 38

RGB Percentages of Color #d08438

%52.53
%33.33
%14.14

CMYK Percentages of Color #d08438

%0
%37
%73
%18

Triadic Colors of #d08438

#d08438 #38d084 #8438d0

Analogous Colors of #d08438

#d08438 #d0d038 #d03838

Monochromatic Colors of #d08438

#d08438

Complementary Color

#d08438 #3884d0

#d08438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08438 Color CSS Codes

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

#d08438 Text Font Color

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

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


#d08438 Background Color

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

This div background color is #d08438


#d08438 Border Color

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

This div border color is #d08438


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,132,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 #d08438">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08438


Comments

No comments written yet.

Please login to write comment.