Color Hex Logo

#e45094 Color Hex

#E45094
(228,80,148)
0 Favorites   0 Comments

Color spaces of #e45094

RGB 22880148
HSL0.920.730.60
HSV332°65°89°
CMYK 0.000.650.35   0.11
XYZ40.208924.369430.6015
Yxy24.36940.42250.2560
Hunter Lab49.365459.0018-2.1980
CIE-Lab56.455863.0362-6.0822

#e45094 color RGB value is (228,80,148).

#e45094 hex color red value is 228, green value is 80 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e45094 hue: 0.92 , saturation: 0.73 and the lightness value of e45094 is 0.60.

The process color (four color CMYK) of #e45094 color hex is 0.00, 0.65, 0.35, 0.11. Web safe color of #e45094 is #cc6699. Color #e45094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 10010100
Octal 344 120 224
Decimal 228 80 148
Hex E4 50 94

RGB Percentages of Color #e45094

%50.00
%17.54
%32.46

CMYK Percentages of Color #e45094

%0
%65
%35
%11

Triadic Colors of #e45094

#e45094 #94e450 #5094e4

Analogous Colors of #e45094

#e45094 #e45650 #e450de

Monochromatic Colors of #e45094

#e45094

Complementary Color

#e45094 #50e4a0

#e45094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45094 Color CSS Codes

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

#e45094 Text Font Color

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

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


#e45094 Background Color

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

This div background color is #e45094


#e45094 Border Color

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

This div border color is #e45094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45094


Comments

No comments written yet.

Please login to write comment.