Color Hex Logo

#dc278d Color Hex

#DC278D
(220,39,141)
0 Favorites   0 Comments

Color spaces of #dc278d

RGB 22039141
HSL0.910.720.51
HSV326°82°86°
CMYK 0.000.820.36   0.14
XYZ35.048418.589826.9402
Yxy18.58980.43500.2307
Hunter Lab43.115969.6477-6.8652
CIE-Lab50.203873.1862-11.4133

#dc278d color RGB value is (220,39,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 10001101
Octal 334 47 215
Decimal 220 39 141
Hex DC 27 8D

RGB Percentages of Color #dc278d

%55.00
%9.75
%35.25

CMYK Percentages of Color #dc278d

%0
%82
%36
%14

Triadic Colors of #dc278d

#dc278d #8ddc27 #278ddc

Analogous Colors of #dc278d

#dc278d #dc2733 #d127dc

Monochromatic Colors of #dc278d

#dc278d

Complementary Color

#dc278d #27dc76

#dc278d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc278d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc278d Color CSS Codes

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

#dc278d Text Font Color

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

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


#dc278d Background Color

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

This div background color is #dc278d


#dc278d Border Color

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

This div border color is #dc278d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc278d


Comments

No comments written yet.

Please login to write comment.