Color Hex Logo

#ea4eeb Color Hex

#EA4EEB
(234,78,235)
0 Favorites   0 Comments

Color spaces of #ea4eeb

RGB 23478235
HSL0.830.800.61
HSV300°67°92°
CMYK 0.000.670.00   0.08
XYZ51.651528.939481.4608
Yxy28.93940.31870.1786
Hunter Lab53.795477.2445-52.1244
CIE-Lab60.728177.2986-49.2727

#ea4eeb color RGB value is (234,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001110 11101011
Octal 352 116 353
Decimal 234 78 235
Hex EA 4E EB

RGB Percentages of Color #ea4eeb

%42.78
%14.26
%42.96

CMYK Percentages of Color #ea4eeb

%0
%67
%0
%8

Triadic Colors of #ea4eeb

#ea4eeb #ebea4e #4eebea

Analogous Colors of #ea4eeb

#ea4eeb #eb4e9e #9c4eeb

Monochromatic Colors of #ea4eeb

#ea4eeb

Complementary Color

#ea4eeb #4feb4e

#ea4eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4eeb Color CSS Codes

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

#ea4eeb Text Font Color

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

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


#ea4eeb Background Color

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

This div background color is #ea4eeb


#ea4eeb Border Color

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

This div border color is #ea4eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4eeb


Comments

No comments written yet.

Please login to write comment.