Color Hex Logo

#dc2873 Color Hex

#DC2873
(220,40,115)
0 Favorites   0 Comments

Color spaces of #dc2873

RGB 22040115
HSL0.930.720.51
HSV335°82°86°
CMYK 0.000.820.48   0.14
XYZ33.368517.971017.9297
Yxy17.97100.48170.2594
Hunter Lab42.392266.31774.5980
CIE-Lab49.460970.56583.2408

#dc2873 color RGB value is (220,40,115).

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

The process color (four color CMYK) of #dc2873 color hex is 0.00, 0.82, 0.48, 0.14. Web safe color of #dc2873 is #cc3366. Color #dc2873 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101000 01110011
Octal 334 50 163
Decimal 220 40 115
Hex DC 28 73

RGB Percentages of Color #dc2873

%58.67
%10.67
%30.67

CMYK Percentages of Color #dc2873

%0
%82
%48
%14

Triadic Colors of #dc2873

#dc2873 #73dc28 #2873dc

Analogous Colors of #dc2873

#dc2873 #dc3728 #dc28cd

Monochromatic Colors of #dc2873

#dc2873

Complementary Color

#dc2873 #28dc91

#dc2873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2873 Color CSS Codes

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

#dc2873 Text Font Color

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

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


#dc2873 Background Color

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

This div background color is #dc2873


#dc2873 Border Color

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

This div border color is #dc2873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2873


Comments

No comments written yet.

Please login to write comment.