Color Hex Logo

#dc575b Color Hex

#DC575B
(220,87,91)
0 Favorites   0 Comments

Color spaces of #dc575b

RGB 2208791
HSL0.990.660.60
HSV358°60°86°
CMYK 0.000.600.59   0.14
XYZ34.811722.787412.4612
Yxy22.78740.49690.3253
Hunter Lab47.736146.633317.9381
CIE-Lab54.852752.339025.0574

#dc575b color RGB value is (220,87,91).

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

The process color (four color CMYK) of #dc575b color hex is 0.00, 0.60, 0.59, 0.14. Web safe color of #dc575b is #cc6666. Color #dc575b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 01011011
Octal 334 127 133
Decimal 220 87 91
Hex DC 57 5B

RGB Percentages of Color #dc575b

%55.28
%21.86
%22.86

CMYK Percentages of Color #dc575b

%0
%60
%59
%14

Triadic Colors of #dc575b

#dc575b #5bdc57 #575bdc

Analogous Colors of #dc575b

#dc575b #dc9657 #dc579e

Monochromatic Colors of #dc575b

#dc575b

Complementary Color

#dc575b #57dcd8

#dc575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc575b Color CSS Codes

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

#dc575b Text Font Color

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

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


#dc575b Background Color

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

This div background color is #dc575b


#dc575b Border Color

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

This div border color is #dc575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc575b


Comments

No comments written yet.

Please login to write comment.