Color Hex Logo

#dc364f Color Hex

#DC364F
(220,54,79)
0 Favorites   0 Comments

Color spaces of #dc364f

RGB 2205479
HSL0.970.700.54
HSV351°75°86°
CMYK 0.000.750.64   0.14
XYZ32.245618.41859.2527
Yxy18.41850.53820.3074
Hunter Lab42.916859.011917.2590
CIE-Lab49.999864.241125.8637

#dc364f color RGB value is (220,54,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 01001111
Octal 334 66 117
Decimal 220 54 79
Hex DC 36 4F

RGB Percentages of Color #dc364f

%62.32
%15.30
%22.38

CMYK Percentages of Color #dc364f

%0
%75
%64
%14

Triadic Colors of #dc364f

#dc364f #4fdc36 #364fdc

Analogous Colors of #dc364f

#dc364f #dc7036 #dc36a2

Monochromatic Colors of #dc364f

#dc364f

Complementary Color

#dc364f #36dcc3

#dc364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc364f Color CSS Codes

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

#dc364f Text Font Color

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

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


#dc364f Background Color

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

This div background color is #dc364f


#dc364f Border Color

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

This div border color is #dc364f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc364f


Comments

No comments written yet.

Please login to write comment.