Color Hex Logo

#dc4579 Color Hex

#DC4579
(220,69,121)
0 Favorites   0 Comments

Color spaces of #dc4579

RGB 22069121
HSL0.940.680.57
HSV339°69°86°
CMYK 0.000.690.45   0.14
XYZ35.094520.852420.2644
Yxy20.85240.46050.2736
Hunter Lab45.664457.26995.6541
CIE-Lab52.787662.20644.4111

#dc4579 color RGB value is (220,69,121).

#dc4579 hex color red value is 220, green value is 69 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dc4579 hue: 0.94 , saturation: 0.68 and the lightness value of dc4579 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000101 01111001
Octal 334 105 171
Decimal 220 69 121
Hex DC 45 79

RGB Percentages of Color #dc4579

%53.66
%16.83
%29.51

CMYK Percentages of Color #dc4579

%0
%69
%45
%14

Triadic Colors of #dc4579

#dc4579 #79dc45 #4579dc

Analogous Colors of #dc4579

#dc4579 #dc5c45 #dc45c5

Monochromatic Colors of #dc4579

#dc4579

Complementary Color

#dc4579 #45dca8

#dc4579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4579 Color CSS Codes

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

#dc4579 Text Font Color

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

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


#dc4579 Background Color

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

This div background color is #dc4579


#dc4579 Border Color

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

This div border color is #dc4579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4579


Comments

No comments written yet.

Please login to write comment.