Color Hex Logo

#e949bf Color Hex

#E949BF
(233,73,191)
0 Favorites   0 Comments

Color spaces of #e949bf

RGB 23373191
HSL0.880.780.60
HSV316°69°91°
CMYK 0.000.690.18   0.09
XYZ45.390825.850351.8875
Yxy25.85030.36860.2099
Hunter Lab50.843270.3822-24.9176
CIE-Lab57.894772.3112-28.8133

#e949bf color RGB value is (233,73,191).

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

The process color (four color CMYK) of #e949bf color hex is 0.00, 0.69, 0.18, 0.09. Web safe color of #e949bf is #ff33cc. Color #e949bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001001 10111111
Octal 351 111 277
Decimal 233 73 191
Hex E9 49 BF

RGB Percentages of Color #e949bf

%46.88
%14.69
%38.43

CMYK Percentages of Color #e949bf

%0
%69
%18
%9

Triadic Colors of #e949bf

#e949bf #bfe949 #49bfe9

Analogous Colors of #e949bf

#e949bf #e9496f #c349e9

Monochromatic Colors of #e949bf

#e949bf

Complementary Color

#e949bf #49e973

#e949bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e949bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e949bf Color CSS Codes

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

#e949bf Text Font Color

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

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


#e949bf Background Color

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

This div background color is #e949bf


#e949bf Border Color

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

This div border color is #e949bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e949bf


Comments

No comments written yet.

Please login to write comment.