Color Hex Logo

#dc347a Color Hex

#DC347A
(220,52,122)
0 Favorites   0 Comments

Color spaces of #dc347a

RGB 22052122
HSL0.930.710.53
HSV335°76°86°
CMYK 0.000.760.45   0.14
XYZ34.256019.076820.2890
Yxy19.07680.46530.2591
Hunter Lab43.677063.56333.0323
CIE-Lab50.776967.99310.8983

#dc347a color RGB value is (220,52,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 01111010
Octal 334 64 172
Decimal 220 52 122
Hex DC 34 7A

RGB Percentages of Color #dc347a

%55.84
%13.20
%30.96

CMYK Percentages of Color #dc347a

%0
%76
%45
%14

Triadic Colors of #dc347a

#dc347a #7adc34 #347adc

Analogous Colors of #dc347a

#dc347a #dc4234 #dc34ce

Monochromatic Colors of #dc347a

#dc347a

Complementary Color

#dc347a #34dc96

#dc347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc347a Color CSS Codes

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

#dc347a Text Font Color

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

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


#dc347a Background Color

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

This div background color is #dc347a


#dc347a Border Color

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

This div border color is #dc347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc347a


Comments

No comments written yet.

Please login to write comment.