Color Hex Logo

#ea05eb Color Hex

#EA05EB
(234,5,235)
0 Favorites   0 Comments

Color spaces of #ea05eb

RGB 2345235
HSL0.830.960.47
HSV300°98°92°
CMYK 0.000.980.00   0.08
XYZ48.981423.599180.5707
Yxy23.59910.31980.1541
Hunter Lab48.578994.9659-64.3304
CIE-Lab55.684191.8842-57.3054

#ea05eb color RGB value is (234,5,235).

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

The process color (four color CMYK) of #ea05eb color hex is 0.00, 0.98, 0.00, 0.08. Web safe color of #ea05eb is #ff00ff. Color #ea05eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000101 11101011
Octal 352 5 353
Decimal 234 5 235
Hex EA 5 EB

RGB Percentages of Color #ea05eb

%49.37
%1.05
%49.58

CMYK Percentages of Color #ea05eb

%0
%98
%0
%8

Triadic Colors of #ea05eb

#ea05eb #ebea05 #05ebea

Analogous Colors of #ea05eb

#ea05eb #eb0579 #7705eb

Monochromatic Colors of #ea05eb

#ea05eb

Complementary Color

#ea05eb #06eb05

#ea05eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea05eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea05eb Color CSS Codes

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

#ea05eb Text Font Color

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

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


#ea05eb Background Color

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

This div background color is #ea05eb


#ea05eb Border Color

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

This div border color is #ea05eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea05eb


Comments

No comments written yet.

Please login to write comment.