Color Hex Logo

#dc347b Color Hex

#DC347B
(220,52,123)
0 Favorites   0 Comments

Color spaces of #dc347b

RGB 22052123
HSL0.930.710.53
HSV335°76°86°
CMYK 0.000.760.44   0.14
XYZ34.318319.101720.6171
Yxy19.10170.46350.2580
Hunter Lab43.705563.67662.6251
CIE-Lab50.806068.08350.3359

#dc347b color RGB value is (220,52,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110100 01111011
Octal 334 64 173
Decimal 220 52 123
Hex DC 34 7B

RGB Percentages of Color #dc347b

%55.70
%13.16
%31.14

CMYK Percentages of Color #dc347b

%0
%76
%44
%14

Triadic Colors of #dc347b

#dc347b #7bdc34 #347bdc

Analogous Colors of #dc347b

#dc347b #dc4134 #dc34cf

Monochromatic Colors of #dc347b

#dc347b

Complementary Color

#dc347b #34dc95

#dc347b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc347b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc347b Color CSS Codes

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

#dc347b Text Font Color

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

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


#dc347b Background Color

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

This div background color is #dc347b


#dc347b Border Color

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

This div border color is #dc347b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc347b


Comments

No comments written yet.

Please login to write comment.