Color Hex Logo

#e93ffd Color Hex

#E93FFD
(233,63,253)
0 Favorites   0 Comments

Color spaces of #e93ffd

RGB 23363253
HSL0.820.980.62
HSV294°75°99°
CMYK 0.080.750.00   0.01
XYZ53.111427.970595.5281
Yxy27.97050.30070.1584
Hunter Lab52.887186.7044-70.0723
CIE-Lab59.862184.8400-60.6673

#e93ffd color RGB value is (233,63,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111111 11111101
Octal 351 77 375
Decimal 233 63 253
Hex E9 3F FD

RGB Percentages of Color #e93ffd

%42.44
%11.48
%46.08

CMYK Percentages of Color #e93ffd

%8
%75
%0
%1

Triadic Colors of #e93ffd

#e93ffd #fde93f #3ffde9

Analogous Colors of #e93ffd

#e93ffd #fd3fb2 #8a3ffd

Monochromatic Colors of #e93ffd

#e93ffd

Complementary Color

#e93ffd #53fd3f

#e93ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93ffd Color CSS Codes

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

#e93ffd Text Font Color

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

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


#e93ffd Background Color

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

This div background color is #e93ffd


#e93ffd Border Color

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

This div border color is #e93ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93ffd


Comments

No comments written yet.

Please login to write comment.