Color Hex Logo

#dc365f Color Hex

#DC365F
(220,54,95)
0 Favorites   0 Comments

Color spaces of #dc365f

RGB 2205495
HSL0.960.700.54
HSV345°75°86°
CMYK 0.000.750.57   0.14
XYZ32.899918.680212.6981
Yxy18.68020.51180.2906
Hunter Lab43.220660.239712.8352
CIE-Lab50.310965.243016.6153

#dc365f color RGB value is (220,54,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 01011111
Octal 334 66 137
Decimal 220 54 95
Hex DC 36 5F

RGB Percentages of Color #dc365f

%59.62
%14.63
%25.75

CMYK Percentages of Color #dc365f

%0
%75
%57
%14

Triadic Colors of #dc365f

#dc365f #5fdc36 #365fdc

Analogous Colors of #dc365f

#dc365f #dc6036 #dc36b2

Monochromatic Colors of #dc365f

#dc365f

Complementary Color

#dc365f #36dcb3

#dc365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc365f Color CSS Codes

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

#dc365f Text Font Color

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

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


#dc365f Background Color

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

This div background color is #dc365f


#dc365f Border Color

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

This div border color is #dc365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc365f


Comments

No comments written yet.

Please login to write comment.