Color Hex Logo

#d26829 Color Hex

#D26829
(210,104,41)
0 Favorites   0 Comments

Color spaces of #d26829

RGB 21010441
HSL0.060.670.49
HSV22°80°82°
CMYK 0.000.500.80   0.18
XYZ31.928923.76245.0016
Yxy23.76240.52610.3915
Hunter Lab48.746731.610128.0393
CIE-Lab55.849137.883252.2503

#d26829 color RGB value is (210,104,41).

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

The process color (four color CMYK) of #d26829 color hex is 0.00, 0.50, 0.80, 0.18. Web safe color of #d26829 is #cc6633. Color #d26829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101000 00101001
Octal 322 150 51
Decimal 210 104 41
Hex D2 68 29

RGB Percentages of Color #d26829

%59.15
%29.30
%11.55

CMYK Percentages of Color #d26829

%0
%50
%80
%18

Triadic Colors of #d26829

#d26829 #29d268 #6829d2

Analogous Colors of #d26829

#d26829 #d2bd29 #d2293f

Monochromatic Colors of #d26829

#d26829

Complementary Color

#d26829 #2993d2

#d26829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26829 Color CSS Codes

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

#d26829 Text Font Color

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

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


#d26829 Background Color

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

This div background color is #d26829


#d26829 Border Color

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

This div border color is #d26829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26829


Comments

No comments written yet.

Please login to write comment.