Color Hex Logo

#dc549f Color Hex

#DC549F
(220,84,159)
0 Favorites   0 Comments

Color spaces of #dc549f

RGB 22084159
HSL0.910.660.60
HSV327°62°86°
CMYK 0.000.620.28   0.14
XYZ38.943524.059535.3923
Yxy24.05950.39580.2445
Hunter Lab49.050555.8812-8.4453
CIE-Lab56.147360.3862-13.1219

#dc549f color RGB value is (220,84,159).

#dc549f hex color red value is 220, green value is 84 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dc549f hue: 0.91 , saturation: 0.66 and the lightness value of dc549f is 0.60.

The process color (four color CMYK) of #dc549f color hex is 0.00, 0.62, 0.28, 0.14. Web safe color of #dc549f is #cc6699. Color #dc549f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 10011111
Octal 334 124 237
Decimal 220 84 159
Hex DC 54 9F

RGB Percentages of Color #dc549f

%47.52
%18.14
%34.34

CMYK Percentages of Color #dc549f

%0
%62
%28
%14

Triadic Colors of #dc549f

#dc549f #9fdc54 #549fdc

Analogous Colors of #dc549f

#dc549f #dc545b #d554dc

Monochromatic Colors of #dc549f

#dc549f

Complementary Color

#dc549f #54dc91

#dc549f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc549f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc549f Color CSS Codes

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

#dc549f Text Font Color

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

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


#dc549f Background Color

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

This div background color is #dc549f


#dc549f Border Color

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

This div border color is #dc549f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc549f


Comments

No comments written yet.

Please login to write comment.