Color Hex Logo

#da8f81 Color Hex

#DA8F81
(218,143,129)
0 Favorites   0 Comments

Color spaces of #da8f81

RGB 218143129
HSL0.030.550.68
HSV41°85°
CMYK 0.000.340.41   0.15
XYZ42.698436.135325.4932
Yxy36.13530.40930.3464
Hunter Lab60.112621.592616.9345
CIE-Lab66.623226.803019.1854

#da8f81 color RGB value is (218,143,129).

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

The process color (four color CMYK) of #da8f81 color hex is 0.00, 0.34, 0.41, 0.15. Web safe color of #da8f81 is #cc9999. Color #da8f81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001111 10000001
Octal 332 217 201
Decimal 218 143 129
Hex DA 8F 81

RGB Percentages of Color #da8f81

%44.49
%29.18
%26.33

CMYK Percentages of Color #da8f81

%0
%34
%41
%15

Triadic Colors of #da8f81

#da8f81 #81da8f #8f81da

Analogous Colors of #da8f81

#da8f81 #dabc81 #da81a0

Monochromatic Colors of #da8f81

#da8f81

Complementary Color

#da8f81 #81ccda

#da8f81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8f81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8f81 Color CSS Codes

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

#da8f81 Text Font Color

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

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


#da8f81 Background Color

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

This div background color is #da8f81


#da8f81 Border Color

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

This div border color is #da8f81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8f81


Comments

No comments written yet.

Please login to write comment.