Color Hex Logo

#dc484e Color Hex

#DC484E
(220,72,78)
0 Favorites   0 Comments

Color spaces of #dc484e

RGB 2207278
HSL0.990.680.57
HSV358°67°86°
CMYK 0.000.670.65   0.14
XYZ33.207720.40049.3952
Yxy20.40040.52710.3238
Hunter Lab45.166852.195519.2838
CIE-Lab52.286957.817229.3578

#dc484e color RGB value is (220,72,78).

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

The process color (four color CMYK) of #dc484e color hex is 0.00, 0.67, 0.65, 0.14. Web safe color of #dc484e is #cc3366. Color #dc484e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 01001110
Octal 334 110 116
Decimal 220 72 78
Hex DC 48 4E

RGB Percentages of Color #dc484e

%59.46
%19.46
%21.08

CMYK Percentages of Color #dc484e

%0
%67
%65
%14

Triadic Colors of #dc484e

#dc484e #4edc48 #484edc

Analogous Colors of #dc484e

#dc484e #dc8c48 #dc4898

Monochromatic Colors of #dc484e

#dc484e

Complementary Color

#dc484e #48dcd6

#dc484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc484e Color CSS Codes

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

#dc484e Text Font Color

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

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


#dc484e Background Color

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

This div background color is #dc484e


#dc484e Border Color

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

This div border color is #dc484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc484e


Comments

No comments written yet.

Please login to write comment.