Color Hex Logo

#e7149d Color Hex

#E7149D
(231,20,157)
0 Favorites   0 Comments

Color spaces of #e7149d

RGB 23120157
HSL0.890.840.49
HSV321°91°91°
CMYK 0.000.910.32   0.09
XYZ39.291019.923633.6731
Yxy19.92360.42300.2145
Hunter Lab44.635979.0130-13.4830
CIE-Lab51.750780.4384-18.4385

#e7149d color RGB value is (231,20,157).

#e7149d hex color red value is 231, green value is 20 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e7149d hue: 0.89 , saturation: 0.84 and the lightness value of e7149d is 0.49.

The process color (four color CMYK) of #e7149d color hex is 0.00, 0.91, 0.32, 0.09. Web safe color of #e7149d is #ff0099. Color #e7149d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 10011101
Octal 347 24 235
Decimal 231 20 157
Hex E7 14 9D

RGB Percentages of Color #e7149d

%56.62
%4.90
%38.48

CMYK Percentages of Color #e7149d

%0
%91
%32
%9

Triadic Colors of #e7149d

#e7149d #9de714 #149de7

Analogous Colors of #e7149d

#e7149d #e71434 #c814e7

Monochromatic Colors of #e7149d

#e7149d

Complementary Color

#e7149d #14e75e

#e7149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7149d Color CSS Codes

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

#e7149d Text Font Color

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

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


#e7149d Background Color

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

This div background color is #e7149d


#e7149d Border Color

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

This div border color is #e7149d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,20,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7149d


Comments

No comments written yet.

Please login to write comment.