Color Hex Logo

#dc439f Color Hex

#DC439F
(220,67,159)
0 Favorites   0 Comments

Color spaces of #dc439f

RGB 22067159
HSL0.900.690.56
HSV324°70°86°
CMYK 0.000.700.28   0.14
XYZ37.780421.733235.0046
Yxy21.73320.39970.2299
Hunter Lab46.618963.0751-11.8857
CIE-Lab53.742867.0161-16.7637

#dc439f color RGB value is (220,67,159).

#dc439f hex color red value is 220, green value is 67 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc439f hue: 0.90 , saturation: 0.69 and the lightness value of dc439f is 0.56.

The process color (four color CMYK) of #dc439f color hex is 0.00, 0.70, 0.28, 0.14. Web safe color of #dc439f is #cc3399. Color #dc439f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 10011111
Octal 334 103 237
Decimal 220 67 159
Hex DC 43 9F

RGB Percentages of Color #dc439f

%49.33
%15.02
%35.65

CMYK Percentages of Color #dc439f

%0
%70
%28
%14

Triadic Colors of #dc439f

#dc439f #9fdc43 #439fdc

Analogous Colors of #dc439f

#dc439f #dc4352 #cd43dc

Monochromatic Colors of #dc439f

#dc439f

Complementary Color

#dc439f #43dc80

#dc439f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc439f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc439f Color CSS Codes

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

#dc439f Text Font Color

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

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


#dc439f Background Color

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

This div background color is #dc439f


#dc439f Border Color

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

This div border color is #dc439f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc439f


Comments

No comments written yet.

Please login to write comment.