Color Hex Logo

#e946ff Color Hex

#E946FF
(233,70,255)
0 Favorites   0 Comments

Color spaces of #e946ff

RGB 23370255
HSL0.811.000.64
HSV293°73°100°
CMYK 0.090.730.00   0.00
XYZ53.844428.924097.3527
Yxy28.92400.29890.1606
Hunter Lab53.781084.5935-69.6781
CIE-Lab60.714583.0517-60.4089

#e946ff color RGB value is (233,70,255).

#e946ff hex color red value is 233, green value is 70 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e946ff hue: 0.81 , saturation: 1.00 and the lightness value of e946ff is 0.64.

The process color (four color CMYK) of #e946ff color hex is 0.09, 0.73, 0.00, 0.00. Web safe color of #e946ff is #ff33ff. Color #e946ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 11111111
Octal 351 106 377
Decimal 233 70 255
Hex E9 46 FF

RGB Percentages of Color #e946ff

%41.76
%12.54
%45.70

CMYK Percentages of Color #e946ff

%9
%73
%0
%0

Triadic Colors of #e946ff

#e946ff #ffe946 #46ffe9

Analogous Colors of #e946ff

#e946ff #ff46b9 #8d46ff

Monochromatic Colors of #e946ff

#e946ff

Complementary Color

#e946ff #5cff46

#e946ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e946ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e946ff Color CSS Codes

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

#e946ff Text Font Color

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

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


#e946ff Background Color

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

This div background color is #e946ff


#e946ff Border Color

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

This div border color is #e946ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e946ff

Related Colors


Comments

No comments written yet.

Please login to write comment.