Color Hex Logo

#dc585a Color Hex

#DC585A
(220,88,90)
0 Favorites   0 Comments

Color spaces of #dc585a

RGB 2208890
HSL1.000.650.60
HSV359°60°86°
CMYK 0.000.600.59   0.14
XYZ34.850422.933312.2626
Yxy22.93330.49750.3274
Hunter Lab47.888746.095818.3400
CIE-Lab55.003651.821125.8362

#dc585a color RGB value is (220,88,90).

#dc585a hex color red value is 220, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dc585a hue: 1.00 , saturation: 0.65 and the lightness value of dc585a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 01011010
Octal 334 130 132
Decimal 220 88 90
Hex DC 58 5A

RGB Percentages of Color #dc585a

%55.28
%22.11
%22.61

CMYK Percentages of Color #dc585a

%0
%60
%59
%14

Triadic Colors of #dc585a

#dc585a #5adc58 #585adc

Analogous Colors of #dc585a

#dc585a #dc9858 #dc589c

Monochromatic Colors of #dc585a

#dc585a

Complementary Color

#dc585a #58dcda

#dc585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc585a Color CSS Codes

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

#dc585a Text Font Color

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

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


#dc585a Background Color

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

This div background color is #dc585a


#dc585a Border Color

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

This div border color is #dc585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc585a


Comments

No comments written yet.

Please login to write comment.