Color Hex Logo

#dc555e Color Hex

#DC555E
(220,85,94)
0 Favorites   0 Comments

Color spaces of #dc555e

RGB 2208594
HSL0.990.660.60
HSV356°61°86°
CMYK 0.000.610.57   0.14
XYZ34.784122.520813.1033
Yxy22.52080.49400.3199
Hunter Lab47.456147.787816.8484
CIE-Lab54.575353.440122.9391

#dc555e color RGB value is (220,85,94).

#dc555e hex color red value is 220, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc555e hue: 0.99 , saturation: 0.66 and the lightness value of dc555e is 0.60.

The process color (four color CMYK) of #dc555e color hex is 0.00, 0.61, 0.57, 0.14. Web safe color of #dc555e is #cc6666. Color #dc555e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 01011110
Octal 334 125 136
Decimal 220 85 94
Hex DC 55 5E

RGB Percentages of Color #dc555e

%55.14
%21.30
%23.56

CMYK Percentages of Color #dc555e

%0
%61
%57
%14

Triadic Colors of #dc555e

#dc555e #5edc55 #555edc

Analogous Colors of #dc555e

#dc555e #dc9055 #dc55a2

Monochromatic Colors of #dc555e

#dc555e

Complementary Color

#dc555e #55dcd3

#dc555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc555e Color CSS Codes

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

#dc555e Text Font Color

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

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


#dc555e Background Color

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

This div background color is #dc555e


#dc555e Border Color

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

This div border color is #dc555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc555e


Comments

No comments written yet.

Please login to write comment.