Color Hex Logo

#dc279c Color Hex

#DC279C
(220,39,156)
0 Favorites   0 Comments

Color spaces of #dc279c

RGB 22039156
HSL0.890.720.51
HSV321°82°86°
CMYK 0.000.820.29   0.14
XYZ36.241519.067033.2226
Yxy19.06700.40940.2154
Hunter Lab43.665871.7354-14.5441
CIE-Lab50.765574.7883-19.5313

#dc279c color RGB value is (220,39,156).

#dc279c hex color red value is 220, green value is 39 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dc279c hue: 0.89 , saturation: 0.72 and the lightness value of dc279c is 0.51.

The process color (four color CMYK) of #dc279c color hex is 0.00, 0.82, 0.29, 0.14. Web safe color of #dc279c is #cc3399. Color #dc279c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 10011100
Octal 334 47 234
Decimal 220 39 156
Hex DC 27 9C

RGB Percentages of Color #dc279c

%53.01
%9.40
%37.59

CMYK Percentages of Color #dc279c

%0
%82
%29
%14

Triadic Colors of #dc279c

#dc279c #9cdc27 #279cdc

Analogous Colors of #dc279c

#dc279c #dc2741 #c227dc

Monochromatic Colors of #dc279c

#dc279c

Complementary Color

#dc279c #27dc67

#dc279c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc279c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc279c Color CSS Codes

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

#dc279c Text Font Color

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

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


#dc279c Background Color

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

This div background color is #dc279c


#dc279c Border Color

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

This div border color is #dc279c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc279c


Comments

No comments written yet.

Please login to write comment.