Color Hex Logo

#dc898d Color Hex

#DC898D
(220,137,141)
0 Favorites   0 Comments

Color spaces of #dc898d

RGB 220137141
HSL0.990.540.70
HSV357°38°86°
CMYK 0.000.380.36   0.14
XYZ43.268635.030129.6803
Yxy35.03010.40070.3244
Hunter Lab59.186226.918011.6980
CIE-Lab65.772132.168511.3084

#dc898d color RGB value is (220,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 10001101
Octal 334 211 215
Decimal 220 137 141
Hex DC 89 8D

RGB Percentages of Color #dc898d

%44.18
%27.51
%28.31

CMYK Percentages of Color #dc898d

%0
%38
%36
%14

Triadic Colors of #dc898d

#dc898d #8ddc89 #898ddc

Analogous Colors of #dc898d

#dc898d #dcaf89 #dc89b7

Monochromatic Colors of #dc898d

#dc898d

Complementary Color

#dc898d #89dcd8

#dc898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc898d Color CSS Codes

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

#dc898d Text Font Color

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

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


#dc898d Background Color

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

This div background color is #dc898d


#dc898d Border Color

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

This div border color is #dc898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc898d


Comments

No comments written yet.

Please login to write comment.