Color Hex Logo

#dc2858 Color Hex

#DC2858
(220,40,88)
0 Favorites   0 Comments

Color spaces of #dc2858

RGB 2204088
HSL0.960.720.51
HSV344°82°86°
CMYK 0.000.820.60   0.14
XYZ32.035417.437810.9099
Yxy17.43780.53050.2888
Hunter Lab41.758663.860013.7408
CIE-Lab48.807068.623218.8431

#dc2858 color RGB value is (220,40,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101000 01011000
Octal 334 50 130
Decimal 220 40 88
Hex DC 28 58

RGB Percentages of Color #dc2858

%63.22
%11.49
%25.29

CMYK Percentages of Color #dc2858

%0
%82
%60
%14

Triadic Colors of #dc2858

#dc2858 #58dc28 #2858dc

Analogous Colors of #dc2858

#dc2858 #dc5228 #dc28b2

Monochromatic Colors of #dc2858

#dc2858

Complementary Color

#dc2858 #28dcac

#dc2858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2858 Color CSS Codes

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

#dc2858 Text Font Color

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

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


#dc2858 Background Color

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

This div background color is #dc2858


#dc2858 Border Color

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

This div border color is #dc2858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2858


Comments

No comments written yet.

Please login to write comment.