Color Hex Logo

#dc4989 Color Hex

#DC4989
(220,73,137)
0 Favorites   0 Comments

Color spaces of #dc4989

RGB 22073137
HSL0.930.680.57
HSV334°67°86°
CMYK 0.000.670.38   0.14
XYZ36.413121.786925.9530
Yxy21.78690.43270.2589
Hunter Lab46.676457.5672-0.2929
CIE-Lab53.800262.2792-3.6599

#dc4989 color RGB value is (220,73,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 10001001
Octal 334 111 211
Decimal 220 73 137
Hex DC 49 89

RGB Percentages of Color #dc4989

%51.16
%16.98
%31.86

CMYK Percentages of Color #dc4989

%0
%67
%38
%14

Triadic Colors of #dc4989

#dc4989 #89dc49 #4989dc

Analogous Colors of #dc4989

#dc4989 #dc5349 #dc49d3

Monochromatic Colors of #dc4989

#dc4989

Complementary Color

#dc4989 #49dc9c

#dc4989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4989 Color CSS Codes

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

#dc4989 Text Font Color

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

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


#dc4989 Background Color

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

This div background color is #dc4989


#dc4989 Border Color

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

This div border color is #dc4989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,73,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 #dc4989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4989


Comments

No comments written yet.

Please login to write comment.