Color Hex Logo

#dc898c Color Hex

#DC898C
(220,137,140)
0 Favorites   0 Comments

Color spaces of #dc898c

RGB 220137140
HSL0.990.540.70
HSV358°38°86°
CMYK 0.000.380.36   0.14
XYZ43.194535.000429.2901
Yxy35.00040.40190.3256
Hunter Lab59.161126.793712.0589
CIE-Lab65.749032.048411.8394

#dc898c color RGB value is (220,137,140).

#dc898c hex color red value is 220, green value is 137 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc898c hue: 0.99 , saturation: 0.54 and the lightness value of dc898c is 0.70.

The process color (four color CMYK) of #dc898c color hex is 0.00, 0.38, 0.36, 0.14. Web safe color of #dc898c is #cc9999. Color #dc898c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 10001100
Octal 334 211 214
Decimal 220 137 140
Hex DC 89 8C

RGB Percentages of Color #dc898c

%44.27
%27.57
%28.17

CMYK Percentages of Color #dc898c

%0
%38
%36
%14

Triadic Colors of #dc898c

#dc898c #8cdc89 #898cdc

Analogous Colors of #dc898c

#dc898c #dcb089 #dc89b6

Monochromatic Colors of #dc898c

#dc898c

Complementary Color

#dc898c #89dcd9

#dc898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc898c Color CSS Codes

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

#dc898c Text Font Color

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

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


#dc898c Background Color

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

This div background color is #dc898c


#dc898c Border Color

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

This div border color is #dc898c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,137,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc898c


Comments

No comments written yet.

Please login to write comment.