Color Hex Logo

#dc575d Color Hex

#DC575D
(220,87,93)
0 Favorites   0 Comments

Color spaces of #dc575d

RGB 2208793
HSL0.990.660.60
HSV357°60°86°
CMYK 0.000.600.58   0.14
XYZ34.899222.822312.9217
Yxy22.82230.49400.3231
Hunter Lab47.772746.796717.4039
CIE-Lab54.888852.482623.9380

#dc575d color RGB value is (220,87,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 01011101
Octal 334 127 135
Decimal 220 87 93
Hex DC 57 5D

RGB Percentages of Color #dc575d

%55.00
%21.75
%23.25

CMYK Percentages of Color #dc575d

%0
%60
%58
%14

Triadic Colors of #dc575d

#dc575d #5ddc57 #575ddc

Analogous Colors of #dc575d

#dc575d #dc9457 #dc57a0

Monochromatic Colors of #dc575d

#dc575d

Complementary Color

#dc575d #57dcd6

#dc575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc575d Color CSS Codes

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

#dc575d Text Font Color

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

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


#dc575d Background Color

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

This div background color is #dc575d


#dc575d Border Color

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

This div border color is #dc575d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc575d


Comments

No comments written yet.

Please login to write comment.