Color Hex Logo

#e1204c Color Hex

#E1204C
(225,32,76)
0 Favorites   0 Comments

Color spaces of #e1204c

RGB 2253276
HSL0.960.760.50
HSV346°86°88°
CMYK 0.000.860.66   0.12
XYZ32.872417.56248.4948
Yxy17.56240.55780.2980
Hunter Lab41.907566.677917.3170
CIE-Lab48.961070.963926.5421

#e1204c color RGB value is (225,32,76).

#e1204c hex color red value is 225, green value is 32 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e1204c hue: 0.96 , saturation: 0.76 and the lightness value of e1204c is 0.50.

The process color (four color CMYK) of #e1204c color hex is 0.00, 0.86, 0.66, 0.12. Web safe color of #e1204c is #cc3333. Color #e1204c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 01001100
Octal 341 40 114
Decimal 225 32 76
Hex E1 20 4C

RGB Percentages of Color #e1204c

%67.57
%9.61
%22.82

CMYK Percentages of Color #e1204c

%0
%86
%66
%12

Triadic Colors of #e1204c

#e1204c #4ce120 #204ce1

Analogous Colors of #e1204c

#e1204c #e15520 #e120ad

Monochromatic Colors of #e1204c

#e1204c

Complementary Color

#e1204c #20e1b5

#e1204c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1204c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1204c Color CSS Codes

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

#e1204c Text Font Color

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

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


#e1204c Background Color

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

This div background color is #e1204c


#e1204c Border Color

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

This div border color is #e1204c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,32,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1204c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1204c;
  -webkit-box-shadow: 1px 1px 3px 2px #e1204c;
  box-shadow:         1px 1px 3px 2px #e1204c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,32,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1204c


Comments

No comments written yet.

Please login to write comment.