Color Hex Logo

#e3157e Color Hex

#E3157E
(227,21,126)
0 Favorites   0 Comments

Color spaces of #e3157e

RGB 22721126
HSL0.920.830.49
HSV329°91°89°
CMYK 0.000.910.44   0.11
XYZ35.712618.373621.4029
Yxy18.37360.47310.2434
Hunter Lab42.864473.70490.4007
CIE-Lab49.946176.5476-2.5876

#e3157e color RGB value is (227,21,126).

#e3157e hex color red value is 227, green value is 21 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e3157e hue: 0.92 , saturation: 0.83 and the lightness value of e3157e is 0.49.

The process color (four color CMYK) of #e3157e color hex is 0.00, 0.91, 0.44, 0.11. Web safe color of #e3157e is #cc0066. Color #e3157e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 01111110
Octal 343 25 176
Decimal 227 21 126
Hex E3 15 7E

RGB Percentages of Color #e3157e

%60.70
%5.61
%33.69

CMYK Percentages of Color #e3157e

%0
%91
%44
%11

Triadic Colors of #e3157e

#e3157e #7ee315 #157ee3

Analogous Colors of #e3157e

#e3157e #e31517 #e115e3

Monochromatic Colors of #e3157e

#e3157e

Complementary Color

#e3157e #15e37a

#e3157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3157e Color CSS Codes

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

#e3157e Text Font Color

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

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


#e3157e Background Color

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

This div background color is #e3157e


#e3157e Border Color

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

This div border color is #e3157e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,21,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3157e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3157e;
  -webkit-box-shadow: 1px 1px 3px 2px #e3157e;
  box-shadow:         1px 1px 3px 2px #e3157e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,21,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3157e


Comments

No comments written yet.

Please login to write comment.