Color Hex Logo

#dc849e Color Hex

#DC849E
(220,132,158)
0 Favorites   0 Comments

Color spaces of #dc849e

RGB 220132158
HSL0.950.560.69
HSV342°40°86°
CMYK 0.000.400.28   0.14
XYZ43.938034.186836.6307
Yxy34.18680.38290.2979
Hunter Lab58.469531.81563.7839
CIE-Lab65.110636.99330.7465

#dc849e color RGB value is (220,132,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 10011110
Octal 334 204 236
Decimal 220 132 158
Hex DC 84 9E

RGB Percentages of Color #dc849e

%43.14
%25.88
%30.98

CMYK Percentages of Color #dc849e

%0
%40
%28
%14

Triadic Colors of #dc849e

#dc849e #9edc84 #849edc

Analogous Colors of #dc849e

#dc849e #dc9684 #dc84ca

Monochromatic Colors of #dc849e

#dc849e

Complementary Color

#dc849e #84dcc2

#dc849e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc849e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc849e Color CSS Codes

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

#dc849e Text Font Color

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

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


#dc849e Background Color

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

This div background color is #dc849e


#dc849e Border Color

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

This div border color is #dc849e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc849e


Comments

No comments written yet.

Please login to write comment.