Color Hex Logo

#dc4248 Color Hex

#DC4248
(220,66,72)
0 Favorites   0 Comments

Color spaces of #dc4248

RGB 2206672
HSL0.990.690.56
HSV358°70°86°
CMYK 0.000.700.67   0.14
XYZ32.633119.58008.1902
Yxy19.58000.54030.3242
Hunter Lab44.249354.204420.0004
CIE-Lab51.359059.773931.7105

#dc4248 color RGB value is (220,66,72).

#dc4248 hex color red value is 220, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dc4248 hue: 0.99 , saturation: 0.69 and the lightness value of dc4248 is 0.56.

The process color (four color CMYK) of #dc4248 color hex is 0.00, 0.70, 0.67, 0.14. Web safe color of #dc4248 is #cc3333. Color #dc4248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 01001000
Octal 334 102 110
Decimal 220 66 72
Hex DC 42 48

RGB Percentages of Color #dc4248

%61.45
%18.44
%20.11

CMYK Percentages of Color #dc4248

%0
%70
%67
%14

Triadic Colors of #dc4248

#dc4248 #48dc42 #4248dc

Analogous Colors of #dc4248

#dc4248 #dc8942 #dc4295

Monochromatic Colors of #dc4248

#dc4248

Complementary Color

#dc4248 #42dcd6

#dc4248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4248 Color CSS Codes

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

#dc4248 Text Font Color

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

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


#dc4248 Background Color

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

This div background color is #dc4248


#dc4248 Border Color

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

This div border color is #dc4248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4248


Comments

No comments written yet.

Please login to write comment.