Color Hex Logo

#da8781 Color Hex

#DA8781
(218,135,129)
0 Favorites   0 Comments

Color spaces of #da8781

RGB 218135129
HSL0.010.550.68
HSV41°85°
CMYK 0.000.380.41   0.15
XYZ41.539933.818425.1071
Yxy33.81840.41350.3366
Hunter Lab58.153625.736215.1098
CIE-Lab64.818231.088116.6988

#da8781 color RGB value is (218,135,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000111 10000001
Octal 332 207 201
Decimal 218 135 129
Hex DA 87 81

RGB Percentages of Color #da8781

%45.23
%28.01
%26.76

CMYK Percentages of Color #da8781

%0
%38
%41
%15

Triadic Colors of #da8781

#da8781 #81da87 #8781da

Analogous Colors of #da8781

#da8781 #dab481 #da81a8

Monochromatic Colors of #da8781

#da8781

Complementary Color

#da8781 #81d4da

#da8781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8781 Color CSS Codes

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

#da8781 Text Font Color

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

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


#da8781 Background Color

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

This div background color is #da8781


#da8781 Border Color

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

This div border color is #da8781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8781


Comments

No comments written yet.

Please login to write comment.