Color Hex Logo

#d2854e Color Hex

#D2854E
(210,133,78)
0 Favorites   0 Comments

Color spaces of #d2854e

RGB 21013378
HSL0.070.590.56
HSV25°63°82°
CMYK 0.000.370.63   0.18
XYZ36.341031.026811.2811
Yxy31.02680.46210.3945
Hunter Lab55.701718.979326.9834
CIE-Lab62.530324.409641.4621

#d2854e color RGB value is (210,133,78).

#d2854e hex color red value is 210, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d2854e hue: 0.07 , saturation: 0.59 and the lightness value of d2854e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000101 01001110
Octal 322 205 116
Decimal 210 133 78
Hex D2 85 4E

RGB Percentages of Color #d2854e

%49.88
%31.59
%18.53

CMYK Percentages of Color #d2854e

%0
%37
%63
%18

Triadic Colors of #d2854e

#d2854e #4ed285 #854ed2

Analogous Colors of #d2854e

#d2854e #d2c74e #d24e59

Monochromatic Colors of #d2854e

#d2854e

Complementary Color

#d2854e #4e9bd2

#d2854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2854e Color CSS Codes

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

#d2854e Text Font Color

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

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


#d2854e Background Color

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

This div background color is #d2854e


#d2854e Border Color

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

This div border color is #d2854e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,133,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2854e


Comments

No comments written yet.

Please login to write comment.