Color Hex Logo

#dc384f Color Hex

#DC384F
(220,56,79)
0 Favorites   0 Comments

Color spaces of #dc384f

RGB 2205679
HSL0.980.700.54
HSV352°75°86°
CMYK 0.000.750.64   0.14
XYZ32.340718.60859.2844
Yxy18.60850.53690.3089
Hunter Lab43.137658.332617.4354
CIE-Lab50.226063.608726.1533

#dc384f color RGB value is (220,56,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111000 01001111
Octal 334 70 117
Decimal 220 56 79
Hex DC 38 4F

RGB Percentages of Color #dc384f

%61.97
%15.77
%22.25

CMYK Percentages of Color #dc384f

%0
%75
%64
%14

Triadic Colors of #dc384f

#dc384f #4fdc38 #384fdc

Analogous Colors of #dc384f

#dc384f #dc7338 #dc38a1

Monochromatic Colors of #dc384f

#dc384f

Complementary Color

#dc384f #38dcc5

#dc384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc384f Color CSS Codes

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

#dc384f Text Font Color

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

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


#dc384f Background Color

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

This div background color is #dc384f


#dc384f Border Color

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

This div border color is #dc384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc384f


Comments

No comments written yet.

Please login to write comment.