Color Hex Logo

#dc557b Color Hex

#DC557B
(220,85,123)
0 Favorites   0 Comments

Color spaces of #dc557b

RGB 22085123
HSL0.950.660.60
HSV343°61°86°
CMYK 0.000.610.44   0.14
XYZ36.338923.142721.2906
Yxy23.14270.44990.2865
Hunter Lab48.106950.64817.4349
CIE-Lab55.219055.91666.7074

#dc557b color RGB value is (220,85,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 01111011
Octal 334 125 173
Decimal 220 85 123
Hex DC 55 7B

RGB Percentages of Color #dc557b

%51.40
%19.86
%28.74

CMYK Percentages of Color #dc557b

%0
%61
%44
%14

Triadic Colors of #dc557b

#dc557b #7bdc55 #557bdc

Analogous Colors of #dc557b

#dc557b #dc7355 #dc55bf

Monochromatic Colors of #dc557b

#dc557b

Complementary Color

#dc557b #55dcb6

#dc557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc557b Color CSS Codes

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

#dc557b Text Font Color

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

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


#dc557b Background Color

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

This div background color is #dc557b


#dc557b Border Color

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

This div border color is #dc557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc557b


Comments

No comments written yet.

Please login to write comment.