Color Hex Logo

#e55ebe Color Hex

#E55EBE
(229,94,190)
0 Favorites   0 Comments

Color spaces of #e55ebe

RGB 22994190
HSL0.880.720.63
HSV317°59°90°
CMYK 0.000.590.17   0.10
XYZ45.610128.381151.7894
Yxy28.38110.36260.2256
Hunter Lab53.273959.5922-20.3461
CIE-Lab60.231562.8671-24.6858

#e55ebe color RGB value is (229,94,190).

#e55ebe hex color red value is 229, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e55ebe hue: 0.88 , saturation: 0.72 and the lightness value of e55ebe is 0.63.

The process color (four color CMYK) of #e55ebe color hex is 0.00, 0.59, 0.17, 0.10. Web safe color of #e55ebe is #cc66cc. Color #e55ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 10111110
Octal 345 136 276
Decimal 229 94 190
Hex E5 5E BE

RGB Percentages of Color #e55ebe

%44.64
%18.32
%37.04

CMYK Percentages of Color #e55ebe

%0
%59
%17
%10

Triadic Colors of #e55ebe

#e55ebe #bee55e #5ebee5

Analogous Colors of #e55ebe

#e55ebe #e55e7b #c95ee5

Monochromatic Colors of #e55ebe

#e55ebe

Complementary Color

#e55ebe #5ee585

#e55ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ebe Color CSS Codes

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

#e55ebe Text Font Color

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

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


#e55ebe Background Color

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

This div background color is #e55ebe


#e55ebe Border Color

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

This div border color is #e55ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ebe


Comments

No comments written yet.

Please login to write comment.