Color Hex Logo

#dc839c Color Hex

#DC839C
(220,131,156)
0 Favorites   0 Comments

Color spaces of #dc839c

RGB 220131156
HSL0.950.560.69
HSV343°40°86°
CMYK 0.000.400.29   0.14
XYZ43.632233.848535.6862
Yxy33.84850.38560.2991
Hunter Lab58.179532.05364.3582
CIE-Lab64.842137.25131.4896

#dc839c color RGB value is (220,131,156).

#dc839c hex color red value is 220, green value is 131 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dc839c hue: 0.95 , saturation: 0.56 and the lightness value of dc839c is 0.69.

The process color (four color CMYK) of #dc839c color hex is 0.00, 0.40, 0.29, 0.14. Web safe color of #dc839c is #cc9999. Color #dc839c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 10011100
Octal 334 203 234
Decimal 220 131 156
Hex DC 83 9C

RGB Percentages of Color #dc839c

%43.39
%25.84
%30.77

CMYK Percentages of Color #dc839c

%0
%40
%29
%14

Triadic Colors of #dc839c

#dc839c #9cdc83 #839cdc

Analogous Colors of #dc839c

#dc839c #dc9783 #dc83c9

Monochromatic Colors of #dc839c

#dc839c

Complementary Color

#dc839c #83dcc3

#dc839c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc839c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc839c Color CSS Codes

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

#dc839c Text Font Color

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

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


#dc839c Background Color

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

This div background color is #dc839c


#dc839c Border Color

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

This div border color is #dc839c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc839c


Comments

No comments written yet.

Please login to write comment.