Color Hex Logo

#ea46ef Color Hex

#EA46EF
(234,70,239)
0 Favorites   0 Comments

Color spaces of #ea46ef

RGB 23470239
HSL0.830.840.61
HSV298°71°94°
CMYK 0.020.710.00   0.06
XYZ51.701828.104784.3611
Yxy28.10470.31490.1712
Hunter Lab53.013981.3080-57.2386
CIE-Lab59.983280.6418-52.6867

#ea46ef color RGB value is (234,70,239).

#ea46ef hex color red value is 234, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea46ef hue: 0.83 , saturation: 0.84 and the lightness value of ea46ef is 0.61.

The process color (four color CMYK) of #ea46ef color hex is 0.02, 0.71, 0.00, 0.06. Web safe color of #ea46ef is #ff33ff. Color #ea46ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 11101111
Octal 352 106 357
Decimal 234 70 239
Hex EA 46 EF

RGB Percentages of Color #ea46ef

%43.09
%12.89
%44.01

CMYK Percentages of Color #ea46ef

%2
%71
%0
%6

Triadic Colors of #ea46ef

#ea46ef #efea46 #46efea

Analogous Colors of #ea46ef

#ea46ef #ef46a0 #9646ef

Monochromatic Colors of #ea46ef

#ea46ef

Complementary Color

#ea46ef #4bef46

#ea46ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea46ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea46ef Color CSS Codes

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

#ea46ef Text Font Color

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

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


#ea46ef Background Color

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

This div background color is #ea46ef


#ea46ef Border Color

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

This div border color is #ea46ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea46ef


Comments

No comments written yet.

Please login to write comment.