Color Hex Logo

#d7979b Color Hex

#D7979B
(215,151,155)
0 Favorites   0 Comments

Color spaces of #d7979b

RGB 215151155
HSL0.990.440.72
HSV356°30°84°
CMYK 0.000.300.28   0.16
XYZ45.007338.946836.1557
Yxy38.94680.37470.3243
Hunter Lab62.407419.51879.3355
CIE-Lab68.712724.57797.5609

#d7979b color RGB value is (215,151,155).

#d7979b hex color red value is 215, green value is 151 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d7979b hue: 0.99 , saturation: 0.44 and the lightness value of d7979b is 0.72.

The process color (four color CMYK) of #d7979b color hex is 0.00, 0.30, 0.28, 0.16. Web safe color of #d7979b is #cc9999. Color #d7979b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010111 10011011
Octal 327 227 233
Decimal 215 151 155
Hex D7 97 9B

RGB Percentages of Color #d7979b

%41.27
%28.98
%29.75

CMYK Percentages of Color #d7979b

%0
%30
%28
%16

Triadic Colors of #d7979b

#d7979b #9bd797 #979bd7

Analogous Colors of #d7979b

#d7979b #d7b397 #d797bb

Monochromatic Colors of #d7979b

#d7979b

Complementary Color

#d7979b #97d7d3

#d7979b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7979b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7979b Color CSS Codes

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

#d7979b Text Font Color

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

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


#d7979b Background Color

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

This div background color is #d7979b


#d7979b Border Color

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

This div border color is #d7979b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7979b


Comments

No comments written yet.

Please login to write comment.