Color Hex Logo

#e94fbb Color Hex

#E94FBB
(233,79,187)
0 Favorites   0 Comments

Color spaces of #e94fbb

RGB 23379187
HSL0.880.780.61
HSV318°66°91°
CMYK 0.000.660.20   0.09
XYZ45.369926.503549.7381
Yxy26.50350.37310.2179
Hunter Lab51.481667.2166-21.2450
CIE-Lab58.511969.5907-25.5616

#e94fbb color RGB value is (233,79,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001111 10111011
Octal 351 117 273
Decimal 233 79 187
Hex E9 4F BB

RGB Percentages of Color #e94fbb

%46.69
%15.83
%37.47

CMYK Percentages of Color #e94fbb

%0
%66
%20
%9

Triadic Colors of #e94fbb

#e94fbb #bbe94f #4fbbe9

Analogous Colors of #e94fbb

#e94fbb #e94f6e #ca4fe9

Monochromatic Colors of #e94fbb

#e94fbb

Complementary Color

#e94fbb #4fe97d

#e94fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94fbb Color CSS Codes

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

#e94fbb Text Font Color

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

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


#e94fbb Background Color

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

This div background color is #e94fbb


#e94fbb Border Color

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

This div border color is #e94fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94fbb


Comments

No comments written yet.

Please login to write comment.