Color Hex Logo

#dc539e Color Hex

#DC539E
(220,83,158)
0 Favorites   0 Comments

Color spaces of #dc539e

RGB 22083158
HSL0.910.660.59
HSV327°62°86°
CMYK 0.000.620.28   0.14
XYZ38.780023.870834.9113
Yxy23.87080.39750.2447
Hunter Lab48.857856.1802-8.1652
CIE-Lab55.958260.6809-12.8221

#dc539e color RGB value is (220,83,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010011 10011110
Octal 334 123 236
Decimal 220 83 158
Hex DC 53 9E

RGB Percentages of Color #dc539e

%47.72
%18.00
%34.27

CMYK Percentages of Color #dc539e

%0
%62
%28
%14

Triadic Colors of #dc539e

#dc539e #9edc53 #539edc

Analogous Colors of #dc539e

#dc539e #dc535a #d653dc

Monochromatic Colors of #dc539e

#dc539e

Complementary Color

#dc539e #53dc91

#dc539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc539e Color CSS Codes

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

#dc539e Text Font Color

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

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


#dc539e Background Color

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

This div background color is #dc539e


#dc539e Border Color

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

This div border color is #dc539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc539e


Comments

No comments written yet.

Please login to write comment.