Color Hex Logo

#d3837e Color Hex

#D3837E
(211,131,126)
0 Favorites   0 Comments

Color spaces of #d3837e

RGB 211131126
HSL0.010.490.66
HSV40°83°
CMYK 0.000.380.40   0.17
XYZ38.746231.587823.7936
Yxy31.58780.41160.3356
Hunter Lab56.203024.702114.2416
CIE-Lab63.000730.217415.7425

#d3837e color RGB value is (211,131,126).

#d3837e hex color red value is 211, green value is 131 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d3837e hue: 0.01 , saturation: 0.49 and the lightness value of d3837e is 0.66.

The process color (four color CMYK) of #d3837e color hex is 0.00, 0.38, 0.40, 0.17. Web safe color of #d3837e is #cc9966. Color #d3837e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000011 01111110
Octal 323 203 176
Decimal 211 131 126
Hex D3 83 7E

RGB Percentages of Color #d3837e

%45.09
%27.99
%26.92

CMYK Percentages of Color #d3837e

%0
%38
%40
%17

Triadic Colors of #d3837e

#d3837e #7ed383 #837ed3

Analogous Colors of #d3837e

#d3837e #d3ae7e #d37ea4

Monochromatic Colors of #d3837e

#d3837e

Complementary Color

#d3837e #7eced3

#d3837e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3837e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3837e Color CSS Codes

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

#d3837e Text Font Color

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

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


#d3837e Background Color

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

This div background color is #d3837e


#d3837e Border Color

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

This div border color is #d3837e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,131,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3837e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3837e;
  -webkit-box-shadow: 1px 1px 3px 2px #d3837e;
  box-shadow:         1px 1px 3px 2px #d3837e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,131,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3837e


Comments

No comments written yet.

Please login to write comment.