Color Hex Logo

#e1538c Color Hex

#E1538C
(225,83,140)
0 Favorites   0 Comments

Color spaces of #e1538c

RGB 22583140
HSL0.930.700.60
HSV336°63°88°
CMYK 0.000.630.38   0.12
XYZ38.878224.087527.4112
Yxy24.08750.43020.2665
Hunter Lab49.079055.51141.2412
CIE-Lab56.175360.0580-1.8451

#e1538c color RGB value is (225,83,140).

#e1538c hex color red value is 225, green value is 83 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e1538c hue: 0.93 , saturation: 0.70 and the lightness value of e1538c is 0.60.

The process color (four color CMYK) of #e1538c color hex is 0.00, 0.63, 0.38, 0.12. Web safe color of #e1538c is #cc6699. Color #e1538c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 10001100
Octal 341 123 214
Decimal 225 83 140
Hex E1 53 8C

RGB Percentages of Color #e1538c

%50.22
%18.53
%31.25

CMYK Percentages of Color #e1538c

%0
%63
%38
%12

Triadic Colors of #e1538c

#e1538c #8ce153 #538ce1

Analogous Colors of #e1538c

#e1538c #e16153 #e153d3

Monochromatic Colors of #e1538c

#e1538c

Complementary Color

#e1538c #53e1a8

#e1538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1538c Color CSS Codes

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

#e1538c Text Font Color

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

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


#e1538c Background Color

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

This div background color is #e1538c


#e1538c Border Color

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

This div border color is #e1538c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1538c


Comments

No comments written yet.

Please login to write comment.