Color Hex Logo

#d5797e Color Hex

#D5797E
(213,121,126)
0 Favorites   0 Comments

Color spaces of #d5797e

RGB 213121126
HSL0.990.520.65
HSV357°43°84°
CMYK 0.000.430.41   0.16
XYZ38.043829.327223.3943
Yxy29.32720.41910.3231
Hunter Lab54.154630.626412.2955
CIE-Lab61.069336.288513.0901

#d5797e color RGB value is (213,121,126).

#d5797e hex color red value is 213, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d5797e hue: 0.99 , saturation: 0.52 and the lightness value of d5797e is 0.65.

The process color (four color CMYK) of #d5797e color hex is 0.00, 0.43, 0.41, 0.16. Web safe color of #d5797e is #cc6666. Color #d5797e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111001 01111110
Octal 325 171 176
Decimal 213 121 126
Hex D5 79 7E

RGB Percentages of Color #d5797e

%46.30
%26.30
%27.39

CMYK Percentages of Color #d5797e

%0
%43
%41
%16

Triadic Colors of #d5797e

#d5797e #7ed579 #797ed5

Analogous Colors of #d5797e

#d5797e #d5a279 #d579ac

Monochromatic Colors of #d5797e

#d5797e

Complementary Color

#d5797e #79d5d0

#d5797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5797e Color CSS Codes

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

#d5797e Text Font Color

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

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


#d5797e Background Color

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

This div background color is #d5797e


#d5797e Border Color

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

This div border color is #d5797e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,121,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5797e


Comments

No comments written yet.

Please login to write comment.