Color Hex Logo

#d5979b Color Hex

#D5979B
(213,151,155)
0 Favorites   0 Comments

Color spaces of #d5979b

RGB 213151155
HSL0.990.420.71
HSV356°29°84°
CMYK 0.000.290.27   0.16
XYZ44.423638.645936.1284
Yxy38.64590.37270.3242
Hunter Lab62.165818.76569.0590
CIE-Lab68.494023.82867.2187

#d5979b color RGB value is (213,151,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010111 10011011
Octal 325 227 233
Decimal 213 151 155
Hex D5 97 9B

RGB Percentages of Color #d5979b

%41.04
%29.09
%29.87

CMYK Percentages of Color #d5979b

%0
%29
%27
%16

Triadic Colors of #d5979b

#d5979b #9bd597 #979bd5

Analogous Colors of #d5979b

#d5979b #d5b297 #d597ba

Monochromatic Colors of #d5979b

#d5979b

Complementary Color

#d5979b #97d5d1

#d5979b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5979b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5979b Color CSS Codes

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

#d5979b Text Font Color

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

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


#d5979b Background Color

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

This div background color is #d5979b


#d5979b Border Color

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

This div border color is #d5979b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5979b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5979b


Comments

No comments written yet.

Please login to write comment.