Color Hex Logo

#e93cfe Color Hex

#E93CFE
(233,60,254)
0 Favorites   0 Comments

Color spaces of #e93cfe

RGB 23360254
HSL0.820.990.62
HSV294°76°100°
CMYK 0.080.760.00   0.00
XYZ53.109527.711196.3155
Yxy27.71110.29980.1564
Hunter Lab52.641387.9652-71.6313
CIE-Lab59.626885.8491-61.5975

#e93cfe color RGB value is (233,60,254).

#e93cfe hex color red value is 233, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e93cfe hue: 0.82 , saturation: 0.99 and the lightness value of e93cfe is 0.62.

The process color (four color CMYK) of #e93cfe color hex is 0.08, 0.76, 0.00, 0.00. Web safe color of #e93cfe is #ff33ff. Color #e93cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111100 11111110
Octal 351 74 376
Decimal 233 60 254
Hex E9 3C FE

RGB Percentages of Color #e93cfe

%42.60
%10.97
%46.44

CMYK Percentages of Color #e93cfe

%8
%76
%0
%0

Triadic Colors of #e93cfe

#e93cfe #fee93c #3cfee9

Analogous Colors of #e93cfe

#e93cfe #fe3cb2 #883cfe

Monochromatic Colors of #e93cfe

#e93cfe

Complementary Color

#e93cfe #51fe3c

#e93cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93cfe Color CSS Codes

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

#e93cfe Text Font Color

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

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


#e93cfe Background Color

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

This div background color is #e93cfe


#e93cfe Border Color

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

This div border color is #e93cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,60,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e93cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e93cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #e93cfe;
  box-shadow:         1px 1px 3px 2px #e93cfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,60,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.