Color Hex Logo

#e55efa Color Hex

#E55EFA
(229,94,250)
0 Favorites   0 Comments

Color spaces of #e55efa

RGB 22994250
HSL0.810.940.67
HSV292°62°98°
CMYK 0.080.620.00   0.02
XYZ53.571131.565593.7117
Yxy31.56550.29950.1765
Hunter Lab56.183271.8806-59.5655
CIE-Lab62.982172.5762-54.0666

#e55efa color RGB value is (229,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 11111010
Octal 345 136 372
Decimal 229 94 250
Hex E5 5E FA

RGB Percentages of Color #e55efa

%39.97
%16.40
%43.63

CMYK Percentages of Color #e55efa

%8
%62
%0
%2

Triadic Colors of #e55efa

#e55efa #fae55e #5efae5

Analogous Colors of #e55efa

#e55efa #fa5ec1 #975efa

Monochromatic Colors of #e55efa

#e55efa

Complementary Color

#e55efa #73fa5e

#e55efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55efa Color CSS Codes

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

#e55efa Text Font Color

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

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


#e55efa Background Color

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

This div background color is #e55efa


#e55efa Border Color

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

This div border color is #e55efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55efa


Comments

No comments written yet.

Please login to write comment.