Color Hex Logo

#d1845c Color Hex

#D1845C
(209,132,92)
0 Favorites   0 Comments

Color spaces of #d1845c

RGB 20913292
HSL0.060.560.59
HSV21°56°82°
CMYK 0.000.370.56   0.18
XYZ36.477530.830514.1535
Yxy30.83050.44780.3785
Hunter Lab55.525220.097123.7545
CIE-Lab62.364325.578833.7980

#d1845c color RGB value is (209,132,92).

#d1845c hex color red value is 209, green value is 132 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d1845c hue: 0.06 , saturation: 0.56 and the lightness value of d1845c is 0.59.

The process color (four color CMYK) of #d1845c color hex is 0.00, 0.37, 0.56, 0.18. Web safe color of #d1845c is #cc9966. Color #d1845c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 01011100
Octal 321 204 134
Decimal 209 132 92
Hex D1 84 5C

RGB Percentages of Color #d1845c

%48.27
%30.48
%21.25

CMYK Percentages of Color #d1845c

%0
%37
%56
%18

Triadic Colors of #d1845c

#d1845c #5cd184 #845cd1

Analogous Colors of #d1845c

#d1845c #d1bf5c #d15c6f

Monochromatic Colors of #d1845c

#d1845c

Complementary Color

#d1845c #5ca9d1

#d1845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1845c Color CSS Codes

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

#d1845c Text Font Color

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

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


#d1845c Background Color

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

This div background color is #d1845c


#d1845c Border Color

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

This div border color is #d1845c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1845c


Comments

No comments written yet.

Please login to write comment.