Color Hex Logo

#e94cfd Color Hex

#E94CFD
(233,76,253)
0 Favorites   0 Comments

Color spaces of #e94cfd

RGB 23376253
HSL0.810.980.65
HSV293°70°99°
CMYK 0.080.700.00   0.01
XYZ53.918329.584495.7970
Yxy29.58440.30070.1650
Hunter Lab54.391581.7617-66.3503
CIE-Lab61.294080.7432-58.3780

#e94cfd color RGB value is (233,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001100 11111101
Octal 351 114 375
Decimal 233 76 253
Hex E9 4C FD

RGB Percentages of Color #e94cfd

%41.46
%13.52
%45.02

CMYK Percentages of Color #e94cfd

%8
%70
%0
%1

Triadic Colors of #e94cfd

#e94cfd #fde94c #4cfde9

Analogous Colors of #e94cfd

#e94cfd #fd4cb9 #914cfd

Monochromatic Colors of #e94cfd

#e94cfd

Complementary Color

#e94cfd #60fd4c

#e94cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94cfd Color CSS Codes

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

#e94cfd Text Font Color

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

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


#e94cfd Background Color

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

This div background color is #e94cfd


#e94cfd Border Color

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

This div border color is #e94cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94cfd


Comments

No comments written yet.

Please login to write comment.