Color Hex Logo

#d6837d Color Hex

#D6837D
(214,131,125)
0 Favorites   0 Comments

Color spaces of #d6837d

RGB 214131125
HSL0.010.520.66
HSV42°84°
CMYK 0.000.390.42   0.16
XYZ39.549532.009423.4960
Yxy32.00940.41610.3367
Hunter Lab56.576925.769214.9810
CIE-Lab63.350731.253716.8501

#d6837d color RGB value is (214,131,125).

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

The process color (four color CMYK) of #d6837d color hex is 0.00, 0.39, 0.42, 0.16. Web safe color of #d6837d is #cc9966. Color #d6837d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 01111101
Octal 326 203 175
Decimal 214 131 125
Hex D6 83 7D

RGB Percentages of Color #d6837d

%45.53
%27.87
%26.60

CMYK Percentages of Color #d6837d

%0
%39
%42
%16

Triadic Colors of #d6837d

#d6837d #7dd683 #837dd6

Analogous Colors of #d6837d

#d6837d #d6b07d #d67da4

Monochromatic Colors of #d6837d

#d6837d

Complementary Color

#d6837d #7dd0d6

#d6837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6837d Color CSS Codes

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

#d6837d Text Font Color

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

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


#d6837d Background Color

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

This div background color is #d6837d


#d6837d Border Color

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

This div border color is #d6837d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6837d


Comments

No comments written yet.

Please login to write comment.