Color Hex Logo

#e43197 Color Hex

#E43197
(228,49,151)
0 Favorites   0 Comments

Color spaces of #e43197

RGB 22849151
HSL0.910.770.54
HSV326°79°89°
CMYK 0.000.790.34   0.11
XYZ38.679120.925031.2785
Yxy20.92500.42560.2302
Hunter Lab45.743970.8804-8.5203
CIE-Lab52.867373.6818-13.2282

#e43197 color RGB value is (228,49,151).

#e43197 hex color red value is 228, green value is 49 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e43197 hue: 0.91 , saturation: 0.77 and the lightness value of e43197 is 0.54.

The process color (four color CMYK) of #e43197 color hex is 0.00, 0.79, 0.34, 0.11. Web safe color of #e43197 is #cc3399. Color #e43197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110001 10010111
Octal 344 61 227
Decimal 228 49 151
Hex E4 31 97

RGB Percentages of Color #e43197

%53.27
%11.45
%35.28

CMYK Percentages of Color #e43197

%0
%79
%34
%11

Triadic Colors of #e43197

#e43197 #97e431 #3197e4

Analogous Colors of #e43197

#e43197 #e4313e #d831e4

Monochromatic Colors of #e43197

#e43197

Complementary Color

#e43197 #31e47e

#e43197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43197 Color CSS Codes

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

#e43197 Text Font Color

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

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


#e43197 Background Color

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

This div background color is #e43197


#e43197 Border Color

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

This div border color is #e43197


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,49,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e43197; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e43197;
  -webkit-box-shadow: 1px 1px 3px 2px #e43197;
  box-shadow:         1px 1px 3px 2px #e43197; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,49,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43197


Comments

No comments written yet.

Please login to write comment.