Color Hex Logo

#e55feb Color Hex

#E55FEB
(229,95,235)
0 Favorites   0 Comments

Color spaces of #e55feb

RGB 22995235
HSL0.830.780.65
HSV297°60°92°
CMYK 0.030.600.00   0.08
XYZ51.400730.840681.8410
Yxy30.84060.31330.1880
Hunter Lab55.534368.0286-48.5017
CIE-Lab62.372869.5477-46.7190

#e55feb color RGB value is (229,95,235).

#e55feb hex color red value is 229, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e55feb hue: 0.83 , saturation: 0.78 and the lightness value of e55feb is 0.65.

The process color (four color CMYK) of #e55feb color hex is 0.03, 0.60, 0.00, 0.08. Web safe color of #e55feb is #cc66ff. Color #e55feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11101011
Octal 345 137 353
Decimal 229 95 235
Hex E5 5F EB

RGB Percentages of Color #e55feb

%40.97
%16.99
%42.04

CMYK Percentages of Color #e55feb

%3
%60
%0
%8

Triadic Colors of #e55feb

#e55feb #ebe55f #5febe5

Analogous Colors of #e55feb

#e55feb #eb5fab #9f5feb

Monochromatic Colors of #e55feb

#e55feb

Complementary Color

#e55feb #65eb5f

#e55feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55feb Color CSS Codes

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

#e55feb Text Font Color

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

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


#e55feb Background Color

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

This div background color is #e55feb


#e55feb Border Color

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

This div border color is #e55feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55feb


Comments

No comments written yet.

Please login to write comment.