Color Hex Logo

#da987e Color Hex

#DA987E
(218,152,126)
0 Favorites   0 Comments

Color spaces of #da987e

RGB 218152126
HSL0.050.550.67
HSV17°42°85°
CMYK 0.000.300.42   0.15
XYZ43.907638.868324.9268
Yxy38.86830.40770.3609
Hunter Lab62.344416.610219.9356
CIE-Lab68.655821.623123.6097

#da987e color RGB value is (218,152,126).

#da987e hex color red value is 218, green value is 152 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #da987e hue: 0.05 , saturation: 0.55 and the lightness value of da987e is 0.67.

The process color (four color CMYK) of #da987e color hex is 0.00, 0.30, 0.42, 0.15. Web safe color of #da987e is #cc9966. Color #da987e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011000 01111110
Octal 332 230 176
Decimal 218 152 126
Hex DA 98 7E

RGB Percentages of Color #da987e

%43.95
%30.65
%25.40

CMYK Percentages of Color #da987e

%0
%30
%42
%15

Triadic Colors of #da987e

#da987e #7eda98 #987eda

Analogous Colors of #da987e

#da987e #dac67e #da7e92

Monochromatic Colors of #da987e

#da987e

Complementary Color

#da987e #7ec0da

#da987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da987e Color CSS Codes

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

#da987e Text Font Color

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

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


#da987e Background Color

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

This div background color is #da987e


#da987e Border Color

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

This div border color is #da987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da987e


Comments

No comments written yet.

Please login to write comment.