Color Hex Logo

#e1558c Color Hex

#E1558C
(225,85,140)
0 Favorites   0 Comments

Color spaces of #e1558c

RGB 22585140
HSL0.930.700.61
HSV336°62°88°
CMYK 0.000.620.38   0.12
XYZ39.033524.398027.4629
Yxy24.39800.42940.2684
Hunter Lab49.394354.61821.6112
CIE-Lab56.484159.2205-1.3920

#e1558c color RGB value is (225,85,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10001100
Octal 341 125 214
Decimal 225 85 140
Hex E1 55 8C

RGB Percentages of Color #e1558c

%50.00
%18.89
%31.11

CMYK Percentages of Color #e1558c

%0
%62
%38
%12

Triadic Colors of #e1558c

#e1558c #8ce155 #558ce1

Analogous Colors of #e1558c

#e1558c #e16455 #e155d2

Monochromatic Colors of #e1558c

#e1558c

Complementary Color

#e1558c #55e1aa

#e1558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1558c Color CSS Codes

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

#e1558c Text Font Color

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

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


#e1558c Background Color

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

This div background color is #e1558c


#e1558c Border Color

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

This div border color is #e1558c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1558c


Comments

No comments written yet.

Please login to write comment.