Color Hex Logo

#e3147e Color Hex

#E3147E
(227,20,126)
0 Favorites   0 Comments

Color spaces of #e3147e

RGB 22720126
HSL0.910.840.48
HSV329°91°89°
CMYK 0.000.910.44   0.11
XYZ35.694618.337621.3969
Yxy18.33760.47320.2431
Hunter Lab42.822473.84930.3505
CIE-Lab49.903076.6727-2.6510

#e3147e color RGB value is (227,20,126).

#e3147e hex color red value is 227, green value is 20 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e3147e hue: 0.91 , saturation: 0.84 and the lightness value of e3147e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 01111110
Octal 343 24 176
Decimal 227 20 126
Hex E3 14 7E

RGB Percentages of Color #e3147e

%60.86
%5.36
%33.78

CMYK Percentages of Color #e3147e

%0
%91
%44
%11

Triadic Colors of #e3147e

#e3147e #7ee314 #147ee3

Analogous Colors of #e3147e

#e3147e #e31416 #e114e3

Monochromatic Colors of #e3147e

#e3147e

Complementary Color

#e3147e #14e379

#e3147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3147e Color CSS Codes

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

#e3147e Text Font Color

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

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


#e3147e Background Color

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

This div background color is #e3147e


#e3147e Border Color

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

This div border color is #e3147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3147e


Comments

No comments written yet.

Please login to write comment.