Color Hex Logo

#d7959e Color Hex

#D7959E
(215,149,158)
0 Favorites   0 Comments

Color spaces of #d7959e

RGB 215149158
HSL0.980.450.71
HSV352°31°84°
CMYK 0.000.310.27   0.16
XYZ44.943338.410637.3930
Yxy38.41060.37220.3181
Hunter Lab61.976320.98427.6112
CIE-Lab68.322226.07665.3254

#d7959e color RGB value is (215,149,158).

#d7959e hex color red value is 215, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d7959e hue: 0.98 , saturation: 0.45 and the lightness value of d7959e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 10011110
Octal 327 225 236
Decimal 215 149 158
Hex D7 95 9E

RGB Percentages of Color #d7959e

%41.19
%28.54
%30.27

CMYK Percentages of Color #d7959e

%0
%31
%27
%16

Triadic Colors of #d7959e

#d7959e #9ed795 #959ed7

Analogous Colors of #d7959e

#d7959e #d7ad95 #d795bf

Monochromatic Colors of #d7959e

#d7959e

Complementary Color

#d7959e #95d7ce

#d7959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7959e Color CSS Codes

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

#d7959e Text Font Color

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

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


#d7959e Background Color

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

This div background color is #d7959e


#d7959e Border Color

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

This div border color is #d7959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7959e


Comments

No comments written yet.

Please login to write comment.