Color Hex Logo

#e1284c Color Hex

#E1284C
(225,40,76)
0 Favorites   0 Comments

Color spaces of #e1284c

RGB 2254076
HSL0.970.760.52
HSV348°82°88°
CMYK 0.000.820.66   0.12
XYZ33.114618.04698.5755
Yxy18.04690.55430.3021
Hunter Lab42.481664.798517.7687
CIE-Lab49.552969.272227.2929

#e1284c color RGB value is (225,40,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 01001100
Octal 341 50 114
Decimal 225 40 76
Hex E1 28 4C

RGB Percentages of Color #e1284c

%65.98
%11.73
%22.29

CMYK Percentages of Color #e1284c

%0
%82
%66
%12

Triadic Colors of #e1284c

#e1284c #4ce128 #284ce1

Analogous Colors of #e1284c

#e1284c #e16028 #e128a9

Monochromatic Colors of #e1284c

#e1284c

Complementary Color

#e1284c #28e1bd

#e1284c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1284c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1284c Color CSS Codes

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

#e1284c Text Font Color

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

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


#e1284c Background Color

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

This div background color is #e1284c


#e1284c Border Color

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

This div border color is #e1284c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1284c


Comments

No comments written yet.

Please login to write comment.