Color Hex Logo

#dc4c30 Color Hex

#DC4C30
(220,76,48)
0 Favorites   0 Comments

Color spaces of #dc4c30

RGB 2207648
HSL0.030.710.53
HSV10°78°86°
CMYK 0.000.650.78   0.14
XYZ32.633120.59795.0521
Yxy20.59790.55990.3534
Hunter Lab45.384948.923225.1695
CIE-Lab52.506654.827446.2471

#dc4c30 color RGB value is (220,76,48).

#dc4c30 hex color red value is 220, green value is 76 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dc4c30 hue: 0.03 , saturation: 0.71 and the lightness value of dc4c30 is 0.53.

The process color (four color CMYK) of #dc4c30 color hex is 0.00, 0.65, 0.78, 0.14. Web safe color of #dc4c30 is #cc3333. Color #dc4c30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001100 00110000
Octal 334 114 60
Decimal 220 76 48
Hex DC 4C 30

RGB Percentages of Color #dc4c30

%63.95
%22.09
%13.95

CMYK Percentages of Color #dc4c30

%0
%65
%78
%14

Triadic Colors of #dc4c30

#dc4c30 #30dc4c #4c30dc

Analogous Colors of #dc4c30

#dc4c30 #dca230 #dc306a

Monochromatic Colors of #dc4c30

#dc4c30

Complementary Color

#dc4c30 #30c0dc

#dc4c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4c30 Color CSS Codes

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

#dc4c30 Text Font Color

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

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


#dc4c30 Background Color

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

This div background color is #dc4c30


#dc4c30 Border Color

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

This div border color is #dc4c30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4c30


Comments

No comments written yet.

Please login to write comment.