Color Hex Logo

#d8838d Color Hex

#D8838D
(216,131,141)
0 Favorites   0 Comments

Color spaces of #d8838d

RGB 216131141
HSL0.980.520.68
HSV353°39°85°
CMYK 0.000.390.35   0.15
XYZ41.242932.754629.3478
Yxy32.75460.39910.3169
Hunter Lab57.231628.47739.6588
CIE-Lab63.961733.87328.6732

#d8838d color RGB value is (216,131,141).

#d8838d hex color red value is 216, green value is 131 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d8838d hue: 0.98 , saturation: 0.52 and the lightness value of d8838d is 0.68.

The process color (four color CMYK) of #d8838d color hex is 0.00, 0.39, 0.35, 0.15. Web safe color of #d8838d is #cc9999. Color #d8838d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000011 10001101
Octal 330 203 215
Decimal 216 131 141
Hex D8 83 8D

RGB Percentages of Color #d8838d

%44.26
%26.84
%28.89

CMYK Percentages of Color #d8838d

%0
%39
%35
%15

Triadic Colors of #d8838d

#d8838d #8dd883 #838dd8

Analogous Colors of #d8838d

#d8838d #d8a483 #d883b8

Monochromatic Colors of #d8838d

#d8838d

Complementary Color

#d8838d #83d8ce

#d8838d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8838d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8838d Color CSS Codes

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

#d8838d Text Font Color

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

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


#d8838d Background Color

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

This div background color is #d8838d


#d8838d Border Color

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

This div border color is #d8838d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8838d


Comments

No comments written yet.

Please login to write comment.