Color Hex Logo

#ea31ed Color Hex

#EA31ED
(234,49,237)
0 Favorites   0 Comments

Color spaces of #ea31ed

RGB 23449237
HSL0.830.840.56
HSV299°79°93°
CMYK 0.010.790.00   0.07
XYZ50.316125.803582.4494
Yxy25.80350.31730.1627
Hunter Lab50.797187.9146-60.6762
CIE-Lab57.850186.1569-54.9663

#ea31ed color RGB value is (234,49,237).

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

The process color (four color CMYK) of #ea31ed color hex is 0.01, 0.79, 0.00, 0.07. Web safe color of #ea31ed is #ff33ff. Color #ea31ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110001 11101101
Octal 352 61 355
Decimal 234 49 237
Hex EA 31 ED

RGB Percentages of Color #ea31ed

%45.00
%9.42
%45.58

CMYK Percentages of Color #ea31ed

%1
%79
%0
%7

Triadic Colors of #ea31ed

#ea31ed #edea31 #31edea

Analogous Colors of #ea31ed

#ea31ed #ed3192 #8c31ed

Monochromatic Colors of #ea31ed

#ea31ed

Complementary Color

#ea31ed #34ed31

#ea31ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea31ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea31ed Color CSS Codes

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

#ea31ed Text Font Color

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

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


#ea31ed Background Color

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

This div background color is #ea31ed


#ea31ed Border Color

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

This div border color is #ea31ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea31ed


Comments

No comments written yet.

Please login to write comment.