Color Hex Logo

#dc5e2e Color Hex

#DC5E2E
(220,94,46)
0 Favorites   0 Comments

Color spaces of #dc5e2e

RGB 2209446
HSL0.050.710.52
HSV17°79°86°
CMYK 0.000.570.79   0.14
XYZ34.011023.41835.3124
Yxy23.41830.54210.3732
Hunter Lab48.392540.765927.3660
CIE-Lab55.500646.782150.1955

#dc5e2e color RGB value is (220,94,46).

#dc5e2e hex color red value is 220, green value is 94 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc5e2e hue: 0.05 , saturation: 0.71 and the lightness value of dc5e2e is 0.52.

The process color (four color CMYK) of #dc5e2e color hex is 0.00, 0.57, 0.79, 0.14. Web safe color of #dc5e2e is #cc6633. Color #dc5e2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011110 00101110
Octal 334 136 56
Decimal 220 94 46
Hex DC 5E 2E

RGB Percentages of Color #dc5e2e

%61.11
%26.11
%12.78

CMYK Percentages of Color #dc5e2e

%0
%57
%79
%14

Triadic Colors of #dc5e2e

#dc5e2e #2edc5e #5e2edc

Analogous Colors of #dc5e2e

#dc5e2e #dcb52e #dc2e55

Monochromatic Colors of #dc5e2e

#dc5e2e

Complementary Color

#dc5e2e #2eacdc

#dc5e2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5e2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5e2e Color CSS Codes

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

#dc5e2e Text Font Color

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

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


#dc5e2e Background Color

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

This div background color is #dc5e2e


#dc5e2e Border Color

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

This div border color is #dc5e2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5e2e


Comments

No comments written yet.

Please login to write comment.