Color Hex Logo

#dc4489 Color Hex

#DC4489
(220,68,137)
0 Favorites   0 Comments

Color spaces of #dc4489

RGB 22068137
HSL0.920.680.56
HSV333°69°86°
CMYK 0.000.690.38   0.14
XYZ36.097721.156025.8479
Yxy21.15600.43440.2546
Hunter Lab45.995759.5956-1.1219
CIE-Lab53.119864.1602-4.6653

#dc4489 color RGB value is (220,68,137).

#dc4489 hex color red value is 220, green value is 68 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dc4489 hue: 0.92 , saturation: 0.68 and the lightness value of dc4489 is 0.56.

The process color (four color CMYK) of #dc4489 color hex is 0.00, 0.69, 0.38, 0.14. Web safe color of #dc4489 is #cc3399. Color #dc4489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 10001001
Octal 334 104 211
Decimal 220 68 137
Hex DC 44 89

RGB Percentages of Color #dc4489

%51.76
%16.00
%32.24

CMYK Percentages of Color #dc4489

%0
%69
%38
%14

Triadic Colors of #dc4489

#dc4489 #89dc44 #4489dc

Analogous Colors of #dc4489

#dc4489 #dc4b44 #dc44d5

Monochromatic Colors of #dc4489

#dc4489

Complementary Color

#dc4489 #44dc97

#dc4489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4489 Color CSS Codes

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

#dc4489 Text Font Color

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

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


#dc4489 Background Color

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

This div background color is #dc4489


#dc4489 Border Color

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

This div border color is #dc4489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4489


Comments

No comments written yet.

Please login to write comment.