Color Hex Logo

#d86829 Color Hex

#D86829
(216,104,41)
0 Favorites   0 Comments

Color spaces of #d86829

RGB 21610441
HSL0.060.690.50
HSV22°81°85°
CMYK 0.000.520.81   0.15
XYZ33.669524.65975.0830
Yxy24.65970.53100.3889
Hunter Lab49.658534.124228.6921
CIE-Lab56.742340.237753.4039

#d86829 color RGB value is (216,104,41).

#d86829 hex color red value is 216, green value is 104 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d86829 hue: 0.06 , saturation: 0.69 and the lightness value of d86829 is 0.50.

The process color (four color CMYK) of #d86829 color hex is 0.00, 0.52, 0.81, 0.15. Web safe color of #d86829 is #cc6633. Color #d86829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 00101001
Octal 330 150 51
Decimal 216 104 41
Hex D8 68 29

RGB Percentages of Color #d86829

%59.83
%28.81
%11.36

CMYK Percentages of Color #d86829

%0
%52
%81
%15

Triadic Colors of #d86829

#d86829 #29d868 #6829d8

Analogous Colors of #d86829

#d86829 #d8c029 #d82942

Monochromatic Colors of #d86829

#d86829

Complementary Color

#d86829 #2999d8

#d86829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86829 Color CSS Codes

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

#d86829 Text Font Color

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

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


#d86829 Background Color

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

This div background color is #d86829


#d86829 Border Color

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

This div border color is #d86829


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,104,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d86829; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d86829;
  -webkit-box-shadow: 1px 1px 3px 2px #d86829;
  box-shadow:         1px 1px 3px 2px #d86829; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,104,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86829


Comments

No comments written yet.

Please login to write comment.