Color Hex Logo

#e74097 Color Hex

#E74097
(231,64,151)
0 Favorites   0 Comments

Color spaces of #e74097

RGB 23164151
HSL0.910.780.58
HSV329°72°91°
CMYK 0.000.720.35   0.09
XYZ40.374322.890131.5684
Yxy22.89010.42570.2414
Hunter Lab47.843666.9064-5.6305
CIE-Lab54.959070.0019-10.0284

#e74097 color RGB value is (231,64,151).

#e74097 hex color red value is 231, green value is 64 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e74097 hue: 0.91 , saturation: 0.78 and the lightness value of e74097 is 0.58.

The process color (four color CMYK) of #e74097 color hex is 0.00, 0.72, 0.35, 0.09. Web safe color of #e74097 is #ff3399. Color #e74097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000000 10010111
Octal 347 100 227
Decimal 231 64 151
Hex E7 40 97

RGB Percentages of Color #e74097

%51.79
%14.35
%33.86

CMYK Percentages of Color #e74097

%0
%72
%35
%9

Triadic Colors of #e74097

#e74097 #97e740 #4097e7

Analogous Colors of #e74097

#e74097 #e74043 #e440e7

Monochromatic Colors of #e74097

#e74097

Complementary Color

#e74097 #40e790

#e74097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74097 Color CSS Codes

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

#e74097 Text Font Color

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

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


#e74097 Background Color

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

This div background color is #e74097


#e74097 Border Color

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

This div border color is #e74097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74097


Comments

No comments written yet.

Please login to write comment.