Color Hex Logo

#e74890 Color Hex

#E74890
(231,72,144)
0 Favorites   0 Comments

Color spaces of #e74890

RGB 23172144
HSL0.920.770.59
HSV333°69°91°
CMYK 0.000.690.38   0.09
XYZ40.306423.637328.8236
Yxy23.63730.43450.2548
Hunter Lab48.618262.9016-1.1177
CIE-Lab55.722866.4987-4.7580

#e74890 color RGB value is (231,72,144).

#e74890 hex color red value is 231, green value is 72 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e74890 hue: 0.92 , saturation: 0.77 and the lightness value of e74890 is 0.59.

The process color (four color CMYK) of #e74890 color hex is 0.00, 0.69, 0.38, 0.09. Web safe color of #e74890 is #ff3399. Color #e74890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001000 10010000
Octal 347 110 220
Decimal 231 72 144
Hex E7 48 90

RGB Percentages of Color #e74890

%51.68
%16.11
%32.21

CMYK Percentages of Color #e74890

%0
%69
%38
%9

Triadic Colors of #e74890

#e74890 #90e748 #4890e7

Analogous Colors of #e74890

#e74890 #e74f48 #e748e0

Monochromatic Colors of #e74890

#e74890

Complementary Color

#e74890 #48e79f

#e74890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74890 Color CSS Codes

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

#e74890 Text Font Color

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

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


#e74890 Background Color

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

This div background color is #e74890


#e74890 Border Color

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

This div border color is #e74890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74890


Comments

No comments written yet.

Please login to write comment.