Color Hex Logo

#e73994 Color Hex

#E73994
(231,57,148)
0 Favorites   0 Comments

Color spaces of #e73994

RGB 23157148
HSL0.910.780.56
HSV329°75°91°
CMYK 0.000.750.36   0.09
XYZ39.763422.053330.1779
Yxy22.05330.43220.2397
Hunter Lab46.960968.9603-5.2281
CIE-Lab54.083571.8701-9.5650

#e73994 color RGB value is (231,57,148).

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

The process color (four color CMYK) of #e73994 color hex is 0.00, 0.75, 0.36, 0.09. Web safe color of #e73994 is #ff3399. Color #e73994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111001 10010100
Octal 347 71 224
Decimal 231 57 148
Hex E7 39 94

RGB Percentages of Color #e73994

%52.98
%13.07
%33.94

CMYK Percentages of Color #e73994

%0
%75
%36
%9

Triadic Colors of #e73994

#e73994 #94e739 #3994e7

Analogous Colors of #e73994

#e73994 #e7393d #e339e7

Monochromatic Colors of #e73994

#e73994

Complementary Color

#e73994 #39e78c

#e73994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73994 Color CSS Codes

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

#e73994 Text Font Color

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

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


#e73994 Background Color

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

This div background color is #e73994


#e73994 Border Color

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

This div border color is #e73994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73994


Comments

No comments written yet.

Please login to write comment.