Color Hex Logo

#da846a Color Hex

#DA846A
(218,132,106)
0 Favorites   0 Comments

Color spaces of #da846a

RGB 218132106
HSL0.040.600.64
HSV14°51°85°
CMYK 0.000.390.51   0.15
XYZ39.766232.448617.8030
Yxy32.44860.44180.3605
Hunter Lab56.963724.924021.3445
CIE-Lab63.711930.377028.0704

#da846a color RGB value is (218,132,106).

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

The process color (four color CMYK) of #da846a color hex is 0.00, 0.39, 0.51, 0.15. Web safe color of #da846a is #cc9966. Color #da846a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 01101010
Octal 332 204 152
Decimal 218 132 106
Hex DA 84 6A

RGB Percentages of Color #da846a

%47.81
%28.95
%23.25

CMYK Percentages of Color #da846a

%0
%39
%51
%15

Triadic Colors of #da846a

#da846a #6ada84 #846ada

Analogous Colors of #da846a

#da846a #dabc6a #da6a88

Monochromatic Colors of #da846a

#da846a

Complementary Color

#da846a #6ac0da

#da846a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da846a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da846a Color CSS Codes

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

#da846a Text Font Color

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

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


#da846a Background Color

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

This div background color is #da846a


#da846a Border Color

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

This div border color is #da846a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da846a


Comments

No comments written yet.

Please login to write comment.