Color Hex Logo

#dc887e Color Hex

#DC887E
(220,136,126)
0 Favorites   0 Comments

Color spaces of #dc887e

RGB 220136126
HSL0.020.570.68
HSV43°86°
CMYK 0.000.380.43   0.14
XYZ42.085334.330324.1469
Yxy34.33030.41850.3414
Hunter Lab58.592125.676216.5799
CIE-Lab65.223930.992618.9822

#dc887e color RGB value is (220,136,126).

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

The process color (four color CMYK) of #dc887e color hex is 0.00, 0.38, 0.43, 0.14. Web safe color of #dc887e is #cc9966. Color #dc887e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 01111110
Octal 334 210 176
Decimal 220 136 126
Hex DC 88 7E

RGB Percentages of Color #dc887e

%45.64
%28.22
%26.14

CMYK Percentages of Color #dc887e

%0
%38
%43
%14

Triadic Colors of #dc887e

#dc887e #7edc88 #887edc

Analogous Colors of #dc887e

#dc887e #dcb77e #dc7ea3

Monochromatic Colors of #dc887e

#dc887e

Complementary Color

#dc887e #7ed2dc

#dc887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc887e Color CSS Codes

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

#dc887e Text Font Color

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

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


#dc887e Background Color

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

This div background color is #dc887e


#dc887e Border Color

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

This div border color is #dc887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc887e


Comments

No comments written yet.

Please login to write comment.