Color Hex Logo

#dc237e Color Hex

#DC237E
(220,35,126)
0 Favorites   0 Comments

Color spaces of #dc237e

RGB 22035126
HSL0.920.730.50
HSV330°84°86°
CMYK 0.000.840.43   0.14
XYZ33.882117.924121.4126
Yxy17.92410.46280.2448
Hunter Lab42.336968.7637-0.3511
CIE-Lab49.403972.6119-3.5400

#dc237e color RGB value is (220,35,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 01111110
Octal 334 43 176
Decimal 220 35 126
Hex DC 23 7E

RGB Percentages of Color #dc237e

%57.74
%9.19
%33.07

CMYK Percentages of Color #dc237e

%0
%84
%43
%14

Triadic Colors of #dc237e

#dc237e #7edc23 #237edc

Analogous Colors of #dc237e

#dc237e #dc2523 #dc23db

Monochromatic Colors of #dc237e

#dc237e

Complementary Color

#dc237e #23dc81

#dc237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc237e Color CSS Codes

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

#dc237e Text Font Color

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

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


#dc237e Background Color

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

This div background color is #dc237e


#dc237e Border Color

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

This div border color is #dc237e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,35,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 #dc237e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc237e


Comments

No comments written yet.

Please login to write comment.