Color Hex Logo

#e946bf Color Hex

#E946BF
(233,70,191)
0 Favorites   0 Comments

Color spaces of #e946bf

RGB 23370191
HSL0.880.790.59
HSV315°70°91°
CMYK 0.000.700.18   0.09
XYZ45.198425.465551.8233
Yxy25.46550.36900.2079
Hunter Lab50.463471.5658-25.5635
CIE-Lab57.526273.3465-29.3842

#e946bf color RGB value is (233,70,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 10111111
Octal 351 106 277
Decimal 233 70 191
Hex E9 46 BF

RGB Percentages of Color #e946bf

%47.17
%14.17
%38.66

CMYK Percentages of Color #e946bf

%0
%70
%18
%9

Triadic Colors of #e946bf

#e946bf #bfe946 #46bfe9

Analogous Colors of #e946bf

#e946bf #e9466e #c246e9

Monochromatic Colors of #e946bf

#e946bf

Complementary Color

#e946bf #46e970

#e946bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e946bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e946bf Color CSS Codes

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

#e946bf Text Font Color

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

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


#e946bf Background Color

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

This div background color is #e946bf


#e946bf Border Color

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

This div border color is #e946bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e946bf


Comments

No comments written yet.

Please login to write comment.