Color Hex Logo

#da816f Color Hex

#DA816F
(218,129,111)
0 Favorites   0 Comments

Color spaces of #da816f

RGB 218129111
HSL0.030.590.65
HSV10°49°85°
CMYK 0.000.410.49   0.15
XYZ39.632931.753619.0791
Yxy31.75360.43810.3510
Hunter Lab56.350326.931419.3708
CIE-Lab63.138732.429524.5291

#da816f color RGB value is (218,129,111).

#da816f hex color red value is 218, green value is 129 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da816f hue: 0.03 , saturation: 0.59 and the lightness value of da816f is 0.65.

The process color (four color CMYK) of #da816f color hex is 0.00, 0.41, 0.49, 0.15. Web safe color of #da816f is #cc9966. Color #da816f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000001 01101111
Octal 332 201 157
Decimal 218 129 111
Hex DA 81 6F

RGB Percentages of Color #da816f

%47.60
%28.17
%24.24

CMYK Percentages of Color #da816f

%0
%41
%49
%15

Triadic Colors of #da816f

#da816f #6fda81 #816fda

Analogous Colors of #da816f

#da816f #dab76f #da6f93

Monochromatic Colors of #da816f

#da816f

Complementary Color

#da816f #6fc8da

#da816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da816f Color CSS Codes

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

#da816f Text Font Color

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

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


#da816f Background Color

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

This div background color is #da816f


#da816f Border Color

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

This div border color is #da816f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da816f


Comments

No comments written yet.

Please login to write comment.