Color Hex Logo

#dc5e2d Color Hex

#DC5E2D
(220,94,45)
0 Favorites   0 Comments

Color spaces of #dc5e2d

RGB 2209445
HSL0.050.710.52
HSV17°80°86°
CMYK 0.000.570.80   0.14
XYZ33.991623.41055.2098
Yxy23.41050.54290.3739
Hunter Lab48.384440.729327.4850
CIE-Lab55.492746.748850.6554

#dc5e2d color RGB value is (220,94,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011110 00101101
Octal 334 136 55
Decimal 220 94 45
Hex DC 5E 2D

RGB Percentages of Color #dc5e2d

%61.28
%26.18
%12.53

CMYK Percentages of Color #dc5e2d

%0
%57
%80
%14

Triadic Colors of #dc5e2d

#dc5e2d #2ddc5e #5e2ddc

Analogous Colors of #dc5e2d

#dc5e2d #dcb62d #dc2d53

Monochromatic Colors of #dc5e2d

#dc5e2d

Complementary Color

#dc5e2d #2dabdc

#dc5e2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5e2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5e2d Color CSS Codes

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

#dc5e2d Text Font Color

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

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


#dc5e2d Background Color

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

This div background color is #dc5e2d


#dc5e2d Border Color

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

This div border color is #dc5e2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5e2d


Comments

No comments written yet.

Please login to write comment.