Color Hex Logo

#e93efd Color Hex

#E93EFD
(233,62,253)
0 Favorites   0 Comments

Color spaces of #e93efd

RGB 23362253
HSL0.820.980.62
HSV294°75°99°
CMYK 0.080.750.00   0.01
XYZ53.056527.860795.5098
Yxy27.86070.30070.1579
Hunter Lab52.783287.0534-70.3353
CIE-Lab59.762785.1265-60.8264

#e93efd color RGB value is (233,62,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111110 11111101
Octal 351 76 375
Decimal 233 62 253
Hex E9 3E FD

RGB Percentages of Color #e93efd

%42.52
%11.31
%46.17

CMYK Percentages of Color #e93efd

%8
%75
%0
%1

Triadic Colors of #e93efd

#e93efd #fde93e #3efde9

Analogous Colors of #e93efd

#e93efd #fd3eb2 #8a3efd

Monochromatic Colors of #e93efd

#e93efd

Complementary Color

#e93efd #52fd3e

#e93efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93efd Color CSS Codes

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

#e93efd Text Font Color

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

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


#e93efd Background Color

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

This div background color is #e93efd


#e93efd Border Color

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

This div border color is #e93efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,62,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 #e93efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93efd


Comments

No comments written yet.

Please login to write comment.