Color Hex Logo

#dc255e Color Hex

#DC255E
(220,37,94)
0 Favorites   0 Comments

Color spaces of #dc255e

RGB 2203794
HSL0.950.720.50
HSV341°83°86°
CMYK 0.000.830.57   0.14
XYZ32.197117.346912.2410
Yxy17.34690.52110.2808
Hunter Lab41.649665.102011.7291
CIE-Lab48.694269.693915.0147

#dc255e color RGB value is (220,37,94).

#dc255e hex color red value is 220, green value is 37 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc255e hue: 0.95 , saturation: 0.72 and the lightness value of dc255e is 0.50.

The process color (four color CMYK) of #dc255e color hex is 0.00, 0.83, 0.57, 0.14. Web safe color of #dc255e is #cc3366. Color #dc255e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 01011110
Octal 334 45 136
Decimal 220 37 94
Hex DC 25 5E

RGB Percentages of Color #dc255e

%62.68
%10.54
%26.78

CMYK Percentages of Color #dc255e

%0
%83
%57
%14

Triadic Colors of #dc255e

#dc255e #5edc25 #255edc

Analogous Colors of #dc255e

#dc255e #dc4725 #dc25ba

Monochromatic Colors of #dc255e

#dc255e

Complementary Color

#dc255e #25dca3

#dc255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc255e Color CSS Codes

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

#dc255e Text Font Color

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

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


#dc255e Background Color

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

This div background color is #dc255e


#dc255e Border Color

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

This div border color is #dc255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc255e


Comments

No comments written yet.

Please login to write comment.