Color Hex Logo

#dc4f37 Color Hex

#DC4F37
(220,79,55)
0 Favorites   0 Comments

Color spaces of #dc4f37

RGB 2207955
HSL0.020.700.54
HSV75°86°
CMYK 0.000.640.75   0.14
XYZ33.000821.08345.9446
Yxy21.08340.54970.3512
Hunter Lab45.916747.935724.4657
CIE-Lab53.040753.835543.1631

#dc4f37 color RGB value is (220,79,55).

#dc4f37 hex color red value is 220, green value is 79 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dc4f37 hue: 0.02 , saturation: 0.70 and the lightness value of dc4f37 is 0.54.

The process color (four color CMYK) of #dc4f37 color hex is 0.00, 0.64, 0.75, 0.14. Web safe color of #dc4f37 is #cc6633. Color #dc4f37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001111 00110111
Octal 334 117 67
Decimal 220 79 55
Hex DC 4F 37

RGB Percentages of Color #dc4f37

%62.15
%22.32
%15.54

CMYK Percentages of Color #dc4f37

%0
%64
%75
%14

Triadic Colors of #dc4f37

#dc4f37 #37dc4f #4f37dc

Analogous Colors of #dc4f37

#dc4f37 #dca237 #dc3772

Monochromatic Colors of #dc4f37

#dc4f37

Complementary Color

#dc4f37 #37c4dc

#dc4f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4f37 Color CSS Codes

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

#dc4f37 Text Font Color

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

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


#dc4f37 Background Color

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

This div background color is #dc4f37


#dc4f37 Border Color

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

This div border color is #dc4f37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4f37


Comments

No comments written yet.

Please login to write comment.