Color Hex Logo

#dc396e Color Hex

#DC396E
(220,57,110)
0 Favorites   0 Comments

Color spaces of #dc396e

RGB 22057110
HSL0.950.700.54
HSV340°74°86°
CMYK 0.000.740.50   0.14
XYZ33.792819.267716.6898
Yxy19.26770.48450.2762
Hunter Lab43.895060.60308.1832
CIE-Lab50.998965.42518.4801

#dc396e color RGB value is (220,57,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 01101110
Octal 334 71 156
Decimal 220 57 110
Hex DC 39 6E

RGB Percentages of Color #dc396e

%56.85
%14.73
%28.42

CMYK Percentages of Color #dc396e

%0
%74
%50
%14

Triadic Colors of #dc396e

#dc396e #6edc39 #396edc

Analogous Colors of #dc396e

#dc396e #dc5639 #dc39c0

Monochromatic Colors of #dc396e

#dc396e

Complementary Color

#dc396e #39dca7

#dc396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc396e Color CSS Codes

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

#dc396e Text Font Color

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

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


#dc396e Background Color

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

This div background color is #dc396e


#dc396e Border Color

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

This div border color is #dc396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc396e


Comments

No comments written yet.

Please login to write comment.