Color Hex Logo

#e55fef Color Hex

#E55FEF
(229,95,239)
0 Favorites   0 Comments

Color spaces of #e55fef

RGB 22995239
HSL0.820.820.65
HSV296°60°94°
CMYK 0.040.600.00   0.06
XYZ51.985331.074484.9194
Yxy31.07440.30950.1850
Hunter Lab55.744468.9101-51.2995
CIE-Lab62.570470.2348-48.6303

#e55fef color RGB value is (229,95,239).

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

The process color (four color CMYK) of #e55fef color hex is 0.04, 0.60, 0.00, 0.06. Web safe color of #e55fef is #cc66ff. Color #e55fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11101111
Octal 345 137 357
Decimal 229 95 239
Hex E5 5F EF

RGB Percentages of Color #e55fef

%40.67
%16.87
%42.45

CMYK Percentages of Color #e55fef

%4
%60
%0
%6

Triadic Colors of #e55fef

#e55fef #efe55f #5fefe5

Analogous Colors of #e55fef

#e55fef #ef5fb1 #9d5fef

Monochromatic Colors of #e55fef

#e55fef

Complementary Color

#e55fef #69ef5f

#e55fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fef Color CSS Codes

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

#e55fef Text Font Color

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

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


#e55fef Background Color

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

This div background color is #e55fef


#e55fef Border Color

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

This div border color is #e55fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fef


Comments

No comments written yet.

Please login to write comment.