Color Hex Logo

#e55eee Color Hex

#E55EEE
(229,94,238)
0 Favorites   0 Comments

Color spaces of #e55eee

RGB 22994238
HSL0.820.810.65
HSV296°61°93°
CMYK 0.040.610.00   0.07
XYZ51.748430.836584.1135
Yxy30.83650.31040.1850
Hunter Lab55.530669.1637-50.9365
CIE-Lab62.369470.4792-48.3927

#e55eee color RGB value is (229,94,238).

#e55eee hex color red value is 229, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e55eee hue: 0.82 , saturation: 0.81 and the lightness value of e55eee is 0.65.

The process color (four color CMYK) of #e55eee color hex is 0.04, 0.61, 0.00, 0.07. Web safe color of #e55eee is #cc66ff. Color #e55eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 11101110
Octal 345 136 356
Decimal 229 94 238
Hex E5 5E EE

RGB Percentages of Color #e55eee

%40.82
%16.76
%42.42

CMYK Percentages of Color #e55eee

%4
%61
%0
%7

Triadic Colors of #e55eee

#e55eee #eee55e #5eeee5

Analogous Colors of #e55eee

#e55eee #ee5eaf #9d5eee

Monochromatic Colors of #e55eee

#e55eee

Complementary Color

#e55eee #67ee5e

#e55eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55eee Color CSS Codes

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

#e55eee Text Font Color

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

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


#e55eee Background Color

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

This div background color is #e55eee


#e55eee Border Color

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

This div border color is #e55eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,94,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e55eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e55eee;
  -webkit-box-shadow: 1px 1px 3px 2px #e55eee;
  box-shadow:         1px 1px 3px 2px #e55eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,94,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55eee


Comments

No comments written yet.

Please login to write comment.