Color Hex Logo

#dc908d Color Hex

#DC908D
(220,144,141)
0 Favorites   0 Comments

Color spaces of #dc908d

RGB 220144141
HSL0.010.530.71
HSV36°86°
CMYK 0.000.350.36   0.14
XYZ44.296237.085230.0228
Yxy37.08520.39760.3329
Hunter Lab60.897623.267913.3981
CIE-Lab67.340928.427513.5164

#dc908d color RGB value is (220,144,141).

#dc908d hex color red value is 220, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dc908d hue: 0.01 , saturation: 0.53 and the lightness value of dc908d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010000 10001101
Octal 334 220 215
Decimal 220 144 141
Hex DC 90 8D

RGB Percentages of Color #dc908d

%43.56
%28.51
%27.92

CMYK Percentages of Color #dc908d

%0
%35
%36
%14

Triadic Colors of #dc908d

#dc908d #8ddc90 #908ddc

Analogous Colors of #dc908d

#dc908d #dcb88d #dc8db2

Monochromatic Colors of #dc908d

#dc908d

Complementary Color

#dc908d #8dd9dc

#dc908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc908d Color CSS Codes

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

#dc908d Text Font Color

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

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


#dc908d Background Color

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

This div background color is #dc908d


#dc908d Border Color

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

This div border color is #dc908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc908d


Comments

No comments written yet.

Please login to write comment.