Color Hex Logo

#d7869d Color Hex

#D7869D
(215,134,157)
0 Favorites   0 Comments

Color spaces of #d7869d

RGB 215134157
HSL0.950.500.68
HSV343°38°84°
CMYK 0.000.380.27   0.16
XYZ42.635233.931636.2006
Yxy33.93160.37810.3009
Hunter Lab58.250828.70953.9292
CIE-Lab64.908234.00590.9442

#d7869d color RGB value is (215,134,157).

#d7869d hex color red value is 215, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d7869d hue: 0.95 , saturation: 0.50 and the lightness value of d7869d is 0.68.

The process color (four color CMYK) of #d7869d color hex is 0.00, 0.38, 0.27, 0.16. Web safe color of #d7869d is #cc9999. Color #d7869d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 10011101
Octal 327 206 235
Decimal 215 134 157
Hex D7 86 9D

RGB Percentages of Color #d7869d

%42.49
%26.48
%31.03

CMYK Percentages of Color #d7869d

%0
%38
%27
%16

Triadic Colors of #d7869d

#d7869d #9dd786 #869dd7

Analogous Colors of #d7869d

#d7869d #d79886 #d786c6

Monochromatic Colors of #d7869d

#d7869d

Complementary Color

#d7869d #86d7c0

#d7869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7869d Color CSS Codes

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

#d7869d Text Font Color

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

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


#d7869d Background Color

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

This div background color is #d7869d


#d7869d Border Color

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

This div border color is #d7869d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7869d


Comments

No comments written yet.

Please login to write comment.