Color Hex Logo

#dc454e Color Hex

#DC454E
(220,69,78)
0 Favorites   0 Comments

Color spaces of #dc454e

RGB 2206978
HSL0.990.680.57
HSV356°69°86°
CMYK 0.000.690.65   0.14
XYZ33.018520.02199.3321
Yxy20.02190.52940.3210
Hunter Lab44.745853.412118.9567
CIE-Lab51.862058.978828.8235

#dc454e color RGB value is (220,69,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 01001110
Octal 334 105 116
Decimal 220 69 78
Hex DC 45 4E

RGB Percentages of Color #dc454e

%59.95
%18.80
%21.25

CMYK Percentages of Color #dc454e

%0
%69
%65
%14

Triadic Colors of #dc454e

#dc454e #4edc45 #454edc

Analogous Colors of #dc454e

#dc454e #dc8845 #dc459a

Monochromatic Colors of #dc454e

#dc454e

Complementary Color

#dc454e #45dcd3

#dc454e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc454e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc454e Color CSS Codes

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

#dc454e Text Font Color

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

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


#dc454e Background Color

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

This div background color is #dc454e


#dc454e Border Color

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

This div border color is #dc454e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,69,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 #dc454e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc454e


Comments

No comments written yet.

Please login to write comment.