Color Hex Logo

#dc145e Color Hex

#DC145E
(220,20,94)
0 Favorites   0 Comments

Color spaces of #dc145e

RGB 2202094
HSL0.940.830.47
HSV338°91°86°
CMYK 0.000.910.57   0.14
XYZ31.785716.524112.1039
Yxy16.52410.52610.2735
Hunter Lab40.649868.438910.8007
CIE-Lab47.654772.683513.5842

#dc145e color RGB value is (220,20,94).

#dc145e hex color red value is 220, green value is 20 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc145e hue: 0.94 , saturation: 0.83 and the lightness value of dc145e is 0.47.

The process color (four color CMYK) of #dc145e color hex is 0.00, 0.91, 0.57, 0.14. Web safe color of #dc145e is #cc0066. Color #dc145e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 01011110
Octal 334 24 136
Decimal 220 20 94
Hex DC 14 5E

RGB Percentages of Color #dc145e

%65.87
%5.99
%28.14

CMYK Percentages of Color #dc145e

%0
%91
%57
%14

Triadic Colors of #dc145e

#dc145e #5edc14 #145edc

Analogous Colors of #dc145e

#dc145e #dc2e14 #dc14c2

Monochromatic Colors of #dc145e

#dc145e

Complementary Color

#dc145e #14dc92

#dc145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc145e Color CSS Codes

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

#dc145e Text Font Color

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

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


#dc145e Background Color

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

This div background color is #dc145e


#dc145e Border Color

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

This div border color is #dc145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc145e


Comments

No comments written yet.

Please login to write comment.