Color Hex Logo

#da797e Color Hex

#DA797E
(218,121,126)
0 Favorites   0 Comments

Color spaces of #da797e

RGB 218121126
HSL0.990.570.66
HSV357°44°85°
CMYK 0.000.440.42   0.15
XYZ39.516730.086523.4632
Yxy30.08650.42460.3233
Hunter Lab54.851232.608113.0339
CIE-Lab61.728838.141314.1097

#da797e color RGB value is (218,121,126).

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

The process color (four color CMYK) of #da797e color hex is 0.00, 0.44, 0.42, 0.15. Web safe color of #da797e is #cc6666. Color #da797e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 01111110
Octal 332 171 176
Decimal 218 121 126
Hex DA 79 7E

RGB Percentages of Color #da797e

%46.88
%26.02
%27.10

CMYK Percentages of Color #da797e

%0
%44
%42
%15

Triadic Colors of #da797e

#da797e #7eda79 #797eda

Analogous Colors of #da797e

#da797e #daa579 #da79af

Monochromatic Colors of #da797e

#da797e

Complementary Color

#da797e #79dad5

#da797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da797e Color CSS Codes

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

#da797e Text Font Color

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

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


#da797e Background Color

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

This div background color is #da797e


#da797e Border Color

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

This div border color is #da797e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da797e


Comments

No comments written yet.

Please login to write comment.