Color Hex Logo

#dc549d Color Hex

#DC549D
(220,84,157)
0 Favorites   0 Comments

Color spaces of #dc549d

RGB 22084157
HSL0.910.660.60
HSV328°62°86°
CMYK 0.000.620.29   0.14
XYZ38.771323.990634.4855
Yxy23.99060.39870.2467
Hunter Lab48.980255.5801-7.4582
CIE-Lab56.078460.1352-12.0561

#dc549d color RGB value is (220,84,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 10011101
Octal 334 124 235
Decimal 220 84 157
Hex DC 54 9D

RGB Percentages of Color #dc549d

%47.72
%18.22
%34.06

CMYK Percentages of Color #dc549d

%0
%62
%29
%14

Triadic Colors of #dc549d

#dc549d #9ddc54 #549ddc

Analogous Colors of #dc549d

#dc549d #dc5459 #d754dc

Monochromatic Colors of #dc549d

#dc549d

Complementary Color

#dc549d #54dc93

#dc549d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc549d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc549d Color CSS Codes

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

#dc549d Text Font Color

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

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


#dc549d Background Color

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

This div background color is #dc549d


#dc549d Border Color

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

This div border color is #dc549d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc549d


Comments

No comments written yet.

Please login to write comment.