Color Hex Logo

#da796a Color Hex

#DA796A
(218,121,106)
0 Favorites   0 Comments

Color spaces of #da796a

RGB 218121106
HSL0.020.600.64
HSV51°85°
CMYK 0.000.440.51   0.15
XYZ38.352329.620817.3317
Yxy29.62080.44960.3472
Hunter Lab54.425030.542019.2165
CIE-Lab61.325736.177024.9298

#da796a color RGB value is (218,121,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 01101010
Octal 332 171 152
Decimal 218 121 106
Hex DA 79 6A

RGB Percentages of Color #da796a

%48.99
%27.19
%23.82

CMYK Percentages of Color #da796a

%0
%44
%51
%15

Triadic Colors of #da796a

#da796a #6ada79 #796ada

Analogous Colors of #da796a

#da796a #dab16a #da6a93

Monochromatic Colors of #da796a

#da796a

Complementary Color

#da796a #6acbda

#da796a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da796a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da796a Color CSS Codes

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

#da796a Text Font Color

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

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


#da796a Background Color

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

This div background color is #da796a


#da796a Border Color

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

This div border color is #da796a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da796a


Comments

No comments written yet.

Please login to write comment.