Color Hex Logo

#ea62eb Color Hex

#EA62EB
(234,98,235)
0 Favorites   0 Comments

Color spaces of #ea62eb

RGB 23498235
HSL0.830.770.65
HSV300°58°92°
CMYK 0.000.580.00   0.08
XYZ53.294832.225982.0085
Yxy32.22590.31810.1924
Hunter Lab56.767968.2356-45.9146
CIE-Lab63.529269.5071-44.8493

#ea62eb color RGB value is (234,98,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 11101011
Octal 352 142 353
Decimal 234 98 235
Hex EA 62 EB

RGB Percentages of Color #ea62eb

%41.27
%17.28
%41.45

CMYK Percentages of Color #ea62eb

%0
%58
%0
%8

Triadic Colors of #ea62eb

#ea62eb #ebea62 #62ebea

Analogous Colors of #ea62eb

#ea62eb #eb62a8 #a662eb

Monochromatic Colors of #ea62eb

#ea62eb

Complementary Color

#ea62eb #63eb62

#ea62eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea62eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea62eb Color CSS Codes

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

#ea62eb Text Font Color

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

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


#ea62eb Background Color

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

This div background color is #ea62eb


#ea62eb Border Color

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

This div border color is #ea62eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea62eb


Comments

No comments written yet.

Please login to write comment.