Color Hex Logo

#dc396d Color Hex

#DC396D
(220,57,109)
0 Favorites   0 Comments

Color spaces of #dc396d

RGB 22057109
HSL0.950.700.54
HSV341°74°86°
CMYK 0.000.740.50   0.14
XYZ33.738619.246016.4046
Yxy19.24600.48620.2774
Hunter Lab43.870360.50328.5386
CIE-Lab50.973865.34419.0499

#dc396d color RGB value is (220,57,109).

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

The process color (four color CMYK) of #dc396d color hex is 0.00, 0.74, 0.50, 0.14. Web safe color of #dc396d is #cc3366. Color #dc396d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 01101101
Octal 334 71 155
Decimal 220 57 109
Hex DC 39 6D

RGB Percentages of Color #dc396d

%56.99
%14.77
%28.24

CMYK Percentages of Color #dc396d

%0
%74
%50
%14

Triadic Colors of #dc396d

#dc396d #6ddc39 #396ddc

Analogous Colors of #dc396d

#dc396d #dc5739 #dc39bf

Monochromatic Colors of #dc396d

#dc396d

Complementary Color

#dc396d #39dca8

#dc396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc396d Color CSS Codes

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

#dc396d Text Font Color

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

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


#dc396d Background Color

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

This div background color is #dc396d


#dc396d Border Color

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

This div border color is #dc396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc396d


Comments

No comments written yet.

Please login to write comment.