Color Hex Logo

#e55efc Color Hex

#E55EFC
(229,94,252)
0 Favorites   0 Comments

Color spaces of #e55efc

RGB 22994252
HSL0.810.960.68
HSV291°63°99°
CMYK 0.090.630.00   0.01
XYZ53.886531.691795.3724
Yxy31.69170.29780.1751
Hunter Lab56.295472.3451-61.0389
CIE-Lab63.087372.9321-55.0025

#e55efc color RGB value is (229,94,252).

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

The process color (four color CMYK) of #e55efc color hex is 0.09, 0.63, 0.00, 0.01. Web safe color of #e55efc is #cc66ff. Color #e55efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 11111100
Octal 345 136 374
Decimal 229 94 252
Hex E5 5E FC

RGB Percentages of Color #e55efc

%39.83
%16.35
%43.83

CMYK Percentages of Color #e55efc

%9
%63
%0
%1

Triadic Colors of #e55efc

#e55efc #fce55e #5efce5

Analogous Colors of #e55efc

#e55efc #fc5ec4 #965efc

Monochromatic Colors of #e55efc

#e55efc

Complementary Color

#e55efc #75fc5e

#e55efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55efc Color CSS Codes

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

#e55efc Text Font Color

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

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


#e55efc Background Color

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

This div background color is #e55efc


#e55efc Border Color

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

This div border color is #e55efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55efc


Comments

No comments written yet.

Please login to write comment.