Color Hex Logo

#dc365e Color Hex

#DC365E
(220,54,94)
0 Favorites   0 Comments

Color spaces of #dc365e

RGB 2205494
HSL0.960.700.54
HSV346°75°86°
CMYK 0.000.750.57   0.14
XYZ32.854718.662112.4602
Yxy18.66210.51350.2917
Hunter Lab43.199760.155513.1386
CIE-Lab50.289565.174517.1925

#dc365e color RGB value is (220,54,94).

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

The process color (four color CMYK) of #dc365e color hex is 0.00, 0.75, 0.57, 0.14. Web safe color of #dc365e is #cc3366. Color #dc365e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 01011110
Octal 334 66 136
Decimal 220 54 94
Hex DC 36 5E

RGB Percentages of Color #dc365e

%59.78
%14.67
%25.54

CMYK Percentages of Color #dc365e

%0
%75
%57
%14

Triadic Colors of #dc365e

#dc365e #5edc36 #365edc

Analogous Colors of #dc365e

#dc365e #dc6136 #dc36b1

Monochromatic Colors of #dc365e

#dc365e

Complementary Color

#dc365e #36dcb4

#dc365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc365e Color CSS Codes

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

#dc365e Text Font Color

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

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


#dc365e Background Color

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

This div background color is #dc365e


#dc365e Border Color

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

This div border color is #dc365e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc365e


Comments

No comments written yet.

Please login to write comment.