Color Hex Logo

#d7846e Color Hex

#D7846E
(215,132,110)
0 Favorites   0 Comments

Color spaces of #d7846e

RGB 215132110
HSL0.030.570.64
HSV13°49°84°
CMYK 0.000.390.49   0.16
XYZ39.090132.075418.8827
Yxy32.07540.43410.3562
Hunter Lab56.635124.090819.8768
CIE-Lab63.405229.567925.3738

#d7846e color RGB value is (215,132,110).

#d7846e hex color red value is 215, green value is 132 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d7846e hue: 0.03 , saturation: 0.57 and the lightness value of d7846e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 01101110
Octal 327 204 156
Decimal 215 132 110
Hex D7 84 6E

RGB Percentages of Color #d7846e

%47.05
%28.88
%24.07

CMYK Percentages of Color #d7846e

%0
%39
%49
%16

Triadic Colors of #d7846e

#d7846e #6ed784 #846ed7

Analogous Colors of #d7846e

#d7846e #d7b96e #d76e8d

Monochromatic Colors of #d7846e

#d7846e

Complementary Color

#d7846e #6ec1d7

#d7846e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7846e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7846e Color CSS Codes

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

#d7846e Text Font Color

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

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


#d7846e Background Color

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

This div background color is #d7846e


#d7846e Border Color

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

This div border color is #d7846e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7846e


Comments

No comments written yet.

Please login to write comment.