Color Hex Logo

#da796e Color Hex

#DA796E
(218,121,110)
0 Favorites   0 Comments

Color spaces of #da796e

RGB 218121110
HSL0.020.590.64
HSV50°85°
CMYK 0.000.440.50   0.15
XYZ38.565329.706018.4531
Yxy29.70600.44470.3425
Hunter Lab54.503230.922118.0785
CIE-Lab61.399736.540522.7685

#da796e color RGB value is (218,121,110).

#da796e hex color red value is 218, green value is 121 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #da796e hue: 0.02 , saturation: 0.59 and the lightness value of da796e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 01101110
Octal 332 171 156
Decimal 218 121 110
Hex DA 79 6E

RGB Percentages of Color #da796e

%48.55
%26.95
%24.50

CMYK Percentages of Color #da796e

%0
%44
%50
%15

Triadic Colors of #da796e

#da796e #6eda79 #796eda

Analogous Colors of #da796e

#da796e #daaf6e #da6e99

Monochromatic Colors of #da796e

#da796e

Complementary Color

#da796e #6ecfda

#da796e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da796e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da796e Color CSS Codes

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

#da796e Text Font Color

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

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


#da796e Background Color

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

This div background color is #da796e


#da796e Border Color

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

This div border color is #da796e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da796e


Comments

No comments written yet.

Please login to write comment.