Color Hex Logo

#dc257e Color Hex

#DC257E
(220,37,126)
0 Favorites   0 Comments

Color spaces of #dc257e

RGB 22037126
HSL0.920.720.50
HSV331°83°86°
CMYK 0.000.830.43   0.14
XYZ33.942718.045121.4327
Yxy18.04510.46230.2458
Hunter Lab42.479568.2889-0.1786
CIE-Lab49.550872.1902-3.3232

#dc257e color RGB value is (220,37,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100101 01111110
Octal 334 45 176
Decimal 220 37 126
Hex DC 25 7E

RGB Percentages of Color #dc257e

%57.44
%9.66
%32.90

CMYK Percentages of Color #dc257e

%0
%83
%43
%14

Triadic Colors of #dc257e

#dc257e #7edc25 #257edc

Analogous Colors of #dc257e

#dc257e #dc2725 #dc25da

Monochromatic Colors of #dc257e

#dc257e

Complementary Color

#dc257e #25dc83

#dc257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc257e Color CSS Codes

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

#dc257e Text Font Color

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

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


#dc257e Background Color

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

This div background color is #dc257e


#dc257e Border Color

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

This div border color is #dc257e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc257e


Comments

No comments written yet.

Please login to write comment.