Color Hex Logo

#e45088 Color Hex

#E45088
(228,80,136)
0 Favorites   0 Comments

Color spaces of #e45088

RGB 22880136
HSL0.940.730.60
HSV337°65°89°
CMYK 0.000.650.40   0.11
XYZ39.307524.008925.8550
Yxy24.00890.44080.2692
Hunter Lab48.998957.44693.0139
CIE-Lab56.096761.75780.4560

#e45088 color RGB value is (228,80,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 10001000
Octal 344 120 210
Decimal 228 80 136
Hex E4 50 88

RGB Percentages of Color #e45088

%51.35
%18.02
%30.63

CMYK Percentages of Color #e45088

%0
%65
%40
%11

Triadic Colors of #e45088

#e45088 #88e450 #5088e4

Analogous Colors of #e45088

#e45088 #e46250 #e450d2

Monochromatic Colors of #e45088

#e45088

Complementary Color

#e45088 #50e4ac

#e45088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45088 Color CSS Codes

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

#e45088 Text Font Color

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

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


#e45088 Background Color

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

This div background color is #e45088


#e45088 Border Color

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

This div border color is #e45088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,80,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45088


Comments

No comments written yet.

Please login to write comment.