Color Hex Logo

#dc454d Color Hex

#DC454D
(220,69,77)
0 Favorites   0 Comments

Color spaces of #dc454d

RGB 2206977
HSL0.990.680.57
HSV357°69°86°
CMYK 0.000.690.65   0.14
XYZ32.982920.00779.1447
Yxy20.00770.53080.3220
Hunter Lab44.730053.344619.1896
CIE-Lab51.845958.921629.3900

#dc454d color RGB value is (220,69,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 01001101
Octal 334 105 115
Decimal 220 69 77
Hex DC 45 4D

RGB Percentages of Color #dc454d

%60.11
%18.85
%21.04

CMYK Percentages of Color #dc454d

%0
%69
%65
%14

Triadic Colors of #dc454d

#dc454d #4ddc45 #454ddc

Analogous Colors of #dc454d

#dc454d #dc8945 #dc4599

Monochromatic Colors of #dc454d

#dc454d

Complementary Color

#dc454d #45dcd4

#dc454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc454d Color CSS Codes

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

#dc454d Text Font Color

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

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


#dc454d Background Color

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

This div background color is #dc454d


#dc454d Border Color

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

This div border color is #dc454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc454d


Comments

No comments written yet.

Please login to write comment.