Color Hex Logo

#e94fbe Color Hex

#E94FBE
(233,79,190)
0 Favorites   0 Comments

Color spaces of #e94fbe

RGB 23379190
HSL0.880.780.61
HSV317°66°91°
CMYK 0.000.660.18   0.09
XYZ45.694526.633351.4476
Yxy26.63330.36920.2152
Hunter Lab51.607567.7352-22.9811
CIE-Lab58.633469.9969-27.0970

#e94fbe color RGB value is (233,79,190).

#e94fbe hex color red value is 233, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e94fbe hue: 0.88 , saturation: 0.78 and the lightness value of e94fbe is 0.61.

The process color (four color CMYK) of #e94fbe color hex is 0.00, 0.66, 0.18, 0.09. Web safe color of #e94fbe is #ff66cc. Color #e94fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001111 10111110
Octal 351 117 276
Decimal 233 79 190
Hex E9 4F BE

RGB Percentages of Color #e94fbe

%46.41
%15.74
%37.85

CMYK Percentages of Color #e94fbe

%0
%66
%18
%9

Triadic Colors of #e94fbe

#e94fbe #bee94f #4fbee9

Analogous Colors of #e94fbe

#e94fbe #e94f71 #c74fe9

Monochromatic Colors of #e94fbe

#e94fbe

Complementary Color

#e94fbe #4fe97a

#e94fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94fbe Color CSS Codes

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

#e94fbe Text Font Color

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

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


#e94fbe Background Color

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

This div background color is #e94fbe


#e94fbe Border Color

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

This div border color is #e94fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94fbe


Comments

No comments written yet.

Please login to write comment.