Color Hex Logo

#da8d6d Color Hex

#DA8D6D
(218,141,109)
0 Favorites   0 Comments

Color spaces of #da8d6d

RGB 218141109
HSL0.050.600.64
HSV18°50°85°
CMYK 0.000.350.50   0.15
XYZ41.198635.059319.0637
Yxy35.05930.43220.3678
Hunter Lab59.210920.580222.3585
CIE-Lab65.794825.836429.1387

#da8d6d color RGB value is (218,141,109).

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

The process color (four color CMYK) of #da8d6d color hex is 0.00, 0.35, 0.50, 0.15. Web safe color of #da8d6d is #cc9966. Color #da8d6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 01101101
Octal 332 215 155
Decimal 218 141 109
Hex DA 8D 6D

RGB Percentages of Color #da8d6d

%46.58
%30.13
%23.29

CMYK Percentages of Color #da8d6d

%0
%35
%50
%15

Triadic Colors of #da8d6d

#da8d6d #6dda8d #8d6dda

Analogous Colors of #da8d6d

#da8d6d #dac46d #da6d84

Monochromatic Colors of #da8d6d

#da8d6d

Complementary Color

#da8d6d #6dbada

#da8d6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8d6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8d6d Color CSS Codes

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

#da8d6d Text Font Color

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

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


#da8d6d Background Color

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

This div background color is #da8d6d


#da8d6d Border Color

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

This div border color is #da8d6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8d6d


Comments

No comments written yet.

Please login to write comment.