Color Hex Logo

#ea54eb Color Hex

#EA54EB
(234,84,235)
0 Favorites   0 Comments

Color spaces of #ea54eb

RGB 23484235
HSL0.830.790.63
HSV300°64°92°
CMYK 0.000.640.00   0.08
XYZ52.097429.831281.6094
Yxy29.83120.31860.1824
Hunter Lab54.617974.6811-50.3578
CIE-Lab61.508375.1064-48.0378

#ea54eb color RGB value is (234,84,235).

#ea54eb hex color red value is 234, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ea54eb hue: 0.83 , saturation: 0.79 and the lightness value of ea54eb is 0.63.

The process color (four color CMYK) of #ea54eb color hex is 0.00, 0.64, 0.00, 0.08. Web safe color of #ea54eb is #ff66ff. Color #ea54eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 11101011
Octal 352 124 353
Decimal 234 84 235
Hex EA 54 EB

RGB Percentages of Color #ea54eb

%42.31
%15.19
%42.50

CMYK Percentages of Color #ea54eb

%0
%64
%0
%8

Triadic Colors of #ea54eb

#ea54eb #ebea54 #54ebea

Analogous Colors of #ea54eb

#ea54eb #eb54a1 #9f54eb

Monochromatic Colors of #ea54eb

#ea54eb

Complementary Color

#ea54eb #55eb54

#ea54eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea54eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea54eb Color CSS Codes

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

#ea54eb Text Font Color

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

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


#ea54eb Background Color

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

This div background color is #ea54eb


#ea54eb Border Color

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

This div border color is #ea54eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea54eb


Comments

No comments written yet.

Please login to write comment.