Color Hex Logo

#e55fea Color Hex

#E55FEA
(229,95,234)
0 Favorites   0 Comments

Color spaces of #e55fea

RGB 22995234
HSL0.830.770.65
HSV298°59°92°
CMYK 0.020.590.00   0.08
XYZ51.256630.782981.0821
Yxy30.78290.31420.1887
Hunter Lab55.482367.8107-47.8090
CIE-Lab62.323969.3775-46.2395

#e55fea color RGB value is (229,95,234).

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

The process color (four color CMYK) of #e55fea color hex is 0.02, 0.59, 0.00, 0.08. Web safe color of #e55fea is #cc66ff. Color #e55fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 11101010
Octal 345 137 352
Decimal 229 95 234
Hex E5 5F EA

RGB Percentages of Color #e55fea

%41.04
%17.03
%41.94

CMYK Percentages of Color #e55fea

%2
%59
%0
%8

Triadic Colors of #e55fea

#e55fea #eae55f #5feae5

Analogous Colors of #e55fea

#e55fea #ea5faa #a05fea

Monochromatic Colors of #e55fea

#e55fea

Complementary Color

#e55fea #64ea5f

#e55fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fea Color CSS Codes

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

#e55fea Text Font Color

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

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


#e55fea Background Color

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

This div background color is #e55fea


#e55fea Border Color

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

This div border color is #e55fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fea


Comments

No comments written yet.

Please login to write comment.