Color Hex Logo

#dc354e Color Hex

#DC354E
(220,53,78)
0 Favorites   0 Comments

Color spaces of #dc354e

RGB 2205378
HSL0.980.700.54
HSV351°76°86°
CMYK 0.000.760.65   0.14
XYZ32.163418.31199.0471
Yxy18.31190.54040.3076
Hunter Lab42.792459.276517.4197
CIE-Lab49.872264.494426.2999

#dc354e color RGB value is (220,53,78).

#dc354e hex color red value is 220, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dc354e hue: 0.98 , saturation: 0.70 and the lightness value of dc354e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110101 01001110
Octal 334 65 116
Decimal 220 53 78
Hex DC 35 4E

RGB Percentages of Color #dc354e

%62.68
%15.10
%22.22

CMYK Percentages of Color #dc354e

%0
%76
%65
%14

Triadic Colors of #dc354e

#dc354e #4edc35 #354edc

Analogous Colors of #dc354e

#dc354e #dc7035 #dc35a2

Monochromatic Colors of #dc354e

#dc354e

Complementary Color

#dc354e #35dcc3

#dc354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc354e Color CSS Codes

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

#dc354e Text Font Color

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

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


#dc354e Background Color

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

This div background color is #dc354e


#dc354e Border Color

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

This div border color is #dc354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc354e


Comments

No comments written yet.

Please login to write comment.