Color Hex Logo

#d1872d Color Hex

#D1872D
(209,135,45)
0 Favorites   0 Comments

Color spaces of #d1872d

RGB 20913545
HSL0.090.650.50
HSV33°78°82°
CMYK 0.000.350.78   0.18
XYZ35.432131.07276.6128
Yxy31.07270.48460.4250
Hunter Lab55.742915.910731.9864
CIE-Lab62.569021.191856.8488

#d1872d color RGB value is (209,135,45).

#d1872d hex color red value is 209, green value is 135 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d1872d hue: 0.09 , saturation: 0.65 and the lightness value of d1872d is 0.50.

The process color (four color CMYK) of #d1872d color hex is 0.00, 0.35, 0.78, 0.18. Web safe color of #d1872d is #cc9933. Color #d1872d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000111 00101101
Octal 321 207 55
Decimal 209 135 45
Hex D1 87 2D

RGB Percentages of Color #d1872d

%53.73
%34.70
%11.57

CMYK Percentages of Color #d1872d

%0
%35
%78
%18

Triadic Colors of #d1872d

#d1872d #2dd187 #872dd1

Analogous Colors of #d1872d

#d1872d #c9d12d #d1352d

Monochromatic Colors of #d1872d

#d1872d

Complementary Color

#d1872d #2d77d1

#d1872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1872d Color CSS Codes

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

#d1872d Text Font Color

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

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


#d1872d Background Color

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

This div background color is #d1872d


#d1872d Border Color

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

This div border color is #d1872d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,135,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1872d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1872d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1872d;
  box-shadow:         1px 1px 3px 2px #d1872d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,135,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1872d


Comments

No comments written yet.

Please login to write comment.