Color Hex Logo

#e94feb Color Hex

#E94FEB
(233,79,235)
0 Favorites   0 Comments

Color spaces of #e94feb

RGB 23379235
HSL0.830.800.62
HSV299°66°92°
CMYK 0.010.660.00   0.08
XYZ51.395728.913881.4693
Yxy28.91380.31770.1787
Hunter Lab53.771676.5129-52.1902
CIE-Lab60.705576.7214-49.3180

#e94feb color RGB value is (233,79,235).

#e94feb hex color red value is 233, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e94feb hue: 0.83 , saturation: 0.80 and the lightness value of e94feb is 0.62.

The process color (four color CMYK) of #e94feb color hex is 0.01, 0.66, 0.00, 0.08. Web safe color of #e94feb is #ff66ff. Color #e94feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001111 11101011
Octal 351 117 353
Decimal 233 79 235
Hex E9 4F EB

RGB Percentages of Color #e94feb

%42.60
%14.44
%42.96

CMYK Percentages of Color #e94feb

%1
%66
%0
%8

Triadic Colors of #e94feb

#e94feb #ebe94f #4febe9

Analogous Colors of #e94feb

#e94feb #eb4f9f #9b4feb

Monochromatic Colors of #e94feb

#e94feb

Complementary Color

#e94feb #51eb4f

#e94feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94feb Color CSS Codes

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

#e94feb Text Font Color

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

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


#e94feb Background Color

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

This div background color is #e94feb


#e94feb Border Color

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

This div border color is #e94feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94feb


Comments

No comments written yet.

Please login to write comment.