Color Hex Logo

#e1286d Color Hex

#E1286D
(225,40,109)
0 Favorites   0 Comments

Color spaces of #e1286d

RGB 22540109
HSL0.940.760.52
HSV338°82°88°
CMYK 0.000.820.52   0.12
XYZ34.570418.629316.2417
Yxy18.62930.49780.2683
Hunter Lab43.161767.43697.9024
CIE-Lab50.250771.34688.1566

#e1286d color RGB value is (225,40,109).

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

The process color (four color CMYK) of #e1286d color hex is 0.00, 0.82, 0.52, 0.12. Web safe color of #e1286d is #cc3366. Color #e1286d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101000 01101101
Octal 341 50 155
Decimal 225 40 109
Hex E1 28 6D

RGB Percentages of Color #e1286d

%60.16
%10.70
%29.14

CMYK Percentages of Color #e1286d

%0
%82
%52
%12

Triadic Colors of #e1286d

#e1286d #6de128 #286de1

Analogous Colors of #e1286d

#e1286d #e14028 #e128ca

Monochromatic Colors of #e1286d

#e1286d

Complementary Color

#e1286d #28e19c

#e1286d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1286d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1286d Color CSS Codes

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

#e1286d Text Font Color

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

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


#e1286d Background Color

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

This div background color is #e1286d


#e1286d Border Color

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

This div border color is #e1286d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1286d


Comments

No comments written yet.

Please login to write comment.