Color Hex Logo

#ea20eb Color Hex

#EA20EB
(234,32,235)
0 Favorites   0 Comments

Color spaces of #ea20eb

RGB 23432235
HSL0.830.840.52
HSV300°86°92°
CMYK 0.000.860.00   0.08
XYZ49.443624.523680.7248
Yxy24.52360.31960.1585
Hunter Lab49.521391.5576-61.9839
CIE-Lab56.608389.1579-55.8274

#ea20eb color RGB value is (234,32,235).

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

The process color (four color CMYK) of #ea20eb color hex is 0.00, 0.86, 0.00, 0.08. Web safe color of #ea20eb is #ff33ff. Color #ea20eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100000 11101011
Octal 352 40 353
Decimal 234 32 235
Hex EA 20 EB

RGB Percentages of Color #ea20eb

%46.71
%6.39
%46.91

CMYK Percentages of Color #ea20eb

%0
%86
%0
%8

Triadic Colors of #ea20eb

#ea20eb #ebea20 #20ebea

Analogous Colors of #ea20eb

#ea20eb #eb2087 #8520eb

Monochromatic Colors of #ea20eb

#ea20eb

Complementary Color

#ea20eb #21eb20

#ea20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea20eb Color CSS Codes

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

#ea20eb Text Font Color

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

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


#ea20eb Background Color

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

This div background color is #ea20eb


#ea20eb Border Color

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

This div border color is #ea20eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea20eb


Comments

No comments written yet.

Please login to write comment.