Color Hex Logo

#ea31ef Color Hex

#EA31EF
(234,49,239)
0 Favorites   0 Comments

Color spaces of #ea31ef

RGB 23449239
HSL0.830.860.56
HSV298°79°94°
CMYK 0.020.790.00   0.06
XYZ50.610025.921083.9972
Yxy25.92100.31530.1615
Hunter Lab50.912788.3417-62.1795
CIE-Lab57.962086.4604-55.9070

#ea31ef color RGB value is (234,49,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 11101111
Octal 352 61 357
Decimal 234 49 239
Hex EA 31 EF

RGB Percentages of Color #ea31ef

%44.83
%9.39
%45.79

CMYK Percentages of Color #ea31ef

%2
%79
%0
%6

Triadic Colors of #ea31ef

#ea31ef #efea31 #31efea

Analogous Colors of #ea31ef

#ea31ef #ef3195 #8b31ef

Monochromatic Colors of #ea31ef

#ea31ef

Complementary Color

#ea31ef #36ef31

#ea31ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea31ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea31ef Color CSS Codes

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

#ea31ef Text Font Color

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

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


#ea31ef Background Color

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

This div background color is #ea31ef


#ea31ef Border Color

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

This div border color is #ea31ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea31ef


Comments

No comments written yet.

Please login to write comment.