Color Hex Logo

#dc558e Color Hex

#DC558E
(220,85,142)
0 Favorites   0 Comments

Color spaces of #dc558e

RGB 22085142
HSL0.930.660.60
HSV335°61°86°
CMYK 0.000.610.35   0.14
XYZ37.646223.665628.1749
Yxy23.66560.42070.2645
Hunter Lab48.647353.0012-0.2857
CIE-Lab55.751457.9223-3.7380

#dc558e color RGB value is (220,85,142).

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

The process color (four color CMYK) of #dc558e color hex is 0.00, 0.61, 0.35, 0.14. Web safe color of #dc558e is #cc6699. Color #dc558e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 10001110
Octal 334 125 216
Decimal 220 85 142
Hex DC 55 8E

RGB Percentages of Color #dc558e

%49.22
%19.02
%31.77

CMYK Percentages of Color #dc558e

%0
%61
%35
%14

Triadic Colors of #dc558e

#dc558e #8edc55 #558edc

Analogous Colors of #dc558e

#dc558e #dc5f55 #dc55d2

Monochromatic Colors of #dc558e

#dc558e

Complementary Color

#dc558e #55dca3

#dc558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc558e Color CSS Codes

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

#dc558e Text Font Color

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

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


#dc558e Background Color

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

This div background color is #dc558e


#dc558e Border Color

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

This div border color is #dc558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc558e


Comments

No comments written yet.

Please login to write comment.