Color Hex Logo

#dc3989 Color Hex

#DC3989
(220,57,137)
0 Favorites   0 Comments

Color spaces of #dc3989

RGB 22057137
HSL0.920.700.54
HSV331°74°86°
CMYK 0.000.740.38   0.14
XYZ35.493719.948025.6465
Yxy19.94800.43770.2460
Hunter Lab44.663263.6928-2.7813
CIE-Lab51.778467.9114-6.6556

#dc3989 color RGB value is (220,57,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 10001001
Octal 334 71 211
Decimal 220 57 137
Hex DC 39 89

RGB Percentages of Color #dc3989

%53.14
%13.77
%33.09

CMYK Percentages of Color #dc3989

%0
%74
%38
%14

Triadic Colors of #dc3989

#dc3989 #89dc39 #3989dc

Analogous Colors of #dc3989

#dc3989 #dc3b39 #dc39db

Monochromatic Colors of #dc3989

#dc3989

Complementary Color

#dc3989 #39dc8c

#dc3989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3989 Color CSS Codes

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

#dc3989 Text Font Color

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

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


#dc3989 Background Color

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

This div background color is #dc3989


#dc3989 Border Color

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

This div border color is #dc3989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3989


Comments

No comments written yet.

Please login to write comment.