Color Hex Logo

#dc346b Color Hex

#DC346B
(220,52,107)
0 Favorites   0 Comments

Color spaces of #dc346b

RGB 22052107
HSL0.950.710.53
HSV340°76°86°
CMYK 0.000.760.51   0.14
XYZ33.397018.733215.7656
Yxy18.73320.49190.2759
Hunter Lab43.281961.99038.7007
CIE-Lab50.373666.73229.4153

#dc346b color RGB value is (220,52,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 01101011
Octal 334 64 153
Decimal 220 52 107
Hex DC 34 6B

RGB Percentages of Color #dc346b

%58.05
%13.72
%28.23

CMYK Percentages of Color #dc346b

%0
%76
%51
%14

Triadic Colors of #dc346b

#dc346b #6bdc34 #346bdc

Analogous Colors of #dc346b

#dc346b #dc5134 #dc34bf

Monochromatic Colors of #dc346b

#dc346b

Complementary Color

#dc346b #34dca5

#dc346b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc346b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc346b Color CSS Codes

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

#dc346b Text Font Color

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

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


#dc346b Background Color

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

This div background color is #dc346b


#dc346b Border Color

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

This div border color is #dc346b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc346b


Comments

No comments written yet.

Please login to write comment.