Color Hex Logo

#da887e Color Hex

#DA887E
(218,136,126)
0 Favorites   0 Comments

Color spaces of #da887e

RGB 218136126
HSL0.020.550.67
HSV42°85°
CMYK 0.000.380.42   0.15
XYZ41.483534.020124.1188
Yxy34.02010.41640.3415
Hunter Lab58.326824.882016.3116
CIE-Lab64.978530.225118.6061

#da887e color RGB value is (218,136,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 01111110
Octal 332 210 176
Decimal 218 136 126
Hex DA 88 7E

RGB Percentages of Color #da887e

%45.42
%28.33
%26.25

CMYK Percentages of Color #da887e

%0
%38
%42
%15

Triadic Colors of #da887e

#da887e #7eda88 #887eda

Analogous Colors of #da887e

#da887e #dab67e #da7ea2

Monochromatic Colors of #da887e

#da887e

Complementary Color

#da887e #7ed0da

#da887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da887e Color CSS Codes

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

#da887e Text Font Color

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

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


#da887e Background Color

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

This div background color is #da887e


#da887e Border Color

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

This div border color is #da887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da887e


Comments

No comments written yet.

Please login to write comment.