Color Hex Logo

#ea46ff Color Hex

#EA46FF
(234,70,255)
0 Favorites   0 Comments

Color spaces of #ea46ff

RGB 23470255
HSL0.811.000.64
HSV293°73°100°
CMYK 0.080.730.00   0.00
XYZ54.171829.092797.3680
Yxy29.09270.29990.1611
Hunter Lab53.937684.8840-69.2737
CIE-Lab60.863483.2469-60.1623

#ea46ff color RGB value is (234,70,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 11111111
Octal 352 106 377
Decimal 234 70 255
Hex EA 46 FF

RGB Percentages of Color #ea46ff

%41.86
%12.52
%45.62

CMYK Percentages of Color #ea46ff

%8
%73
%0
%0

Triadic Colors of #ea46ff

#ea46ff #ffea46 #46ffea

Analogous Colors of #ea46ff

#ea46ff #ff46b8 #8e46ff

Monochromatic Colors of #ea46ff

#ea46ff

Complementary Color

#ea46ff #5bff46

#ea46ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea46ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea46ff Color CSS Codes

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

#ea46ff Text Font Color

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

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


#ea46ff Background Color

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

This div background color is #ea46ff


#ea46ff Border Color

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

This div border color is #ea46ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea46ff


Comments

No comments written yet.

Please login to write comment.