Color Hex Logo

#dc346d Color Hex

#DC346D
(220,52,109)
0 Favorites   0 Comments

Color spaces of #dc346d

RGB 22052109
HSL0.940.710.53
HSV340°76°86°
CMYK 0.000.760.50   0.14
XYZ33.503518.775816.3262
Yxy18.77580.48840.2737
Hunter Lab43.331162.18667.9926
CIE-Lab50.423966.89028.2716

#dc346d color RGB value is (220,52,109).

#dc346d hex color red value is 220, green value is 52 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dc346d hue: 0.94 , saturation: 0.71 and the lightness value of dc346d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 01101101
Octal 334 64 155
Decimal 220 52 109
Hex DC 34 6D

RGB Percentages of Color #dc346d

%57.74
%13.65
%28.61

CMYK Percentages of Color #dc346d

%0
%76
%50
%14

Triadic Colors of #dc346d

#dc346d #6ddc34 #346ddc

Analogous Colors of #dc346d

#dc346d #dc4f34 #dc34c1

Monochromatic Colors of #dc346d

#dc346d

Complementary Color

#dc346d #34dca3

#dc346d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc346d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc346d Color CSS Codes

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

#dc346d Text Font Color

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

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


#dc346d Background Color

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

This div background color is #dc346d


#dc346d Border Color

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

This div border color is #dc346d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc346d


Comments

No comments written yet.

Please login to write comment.