Color Hex Logo

#e93cfd Color Hex

#E93CFD
(233,60,253)
0 Favorites   0 Comments

Color spaces of #e93cfd

RGB 23360253
HSL0.820.980.61
HSV294°76°99°
CMYK 0.080.760.00   0.01
XYZ52.949827.647295.4742
Yxy27.64720.30070.1570
Hunter Lab52.580687.7373-70.8505
CIE-Lab59.568785.6866-61.1371

#e93cfd color RGB value is (233,60,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111100 11111101
Octal 351 74 375
Decimal 233 60 253
Hex E9 3C FD

RGB Percentages of Color #e93cfd

%42.67
%10.99
%46.34

CMYK Percentages of Color #e93cfd

%8
%76
%0
%1

Triadic Colors of #e93cfd

#e93cfd #fde93c #3cfde9

Analogous Colors of #e93cfd

#e93cfd #fd3cb1 #893cfd

Monochromatic Colors of #e93cfd

#e93cfd

Complementary Color

#e93cfd #50fd3c

#e93cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93cfd Color CSS Codes

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

#e93cfd Text Font Color

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

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


#e93cfd Background Color

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

This div background color is #e93cfd


#e93cfd Border Color

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

This div border color is #e93cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93cfd


Comments

No comments written yet.

Please login to write comment.