Color Hex Logo

#ea4bee Color Hex

#EA4BEE
(234,75,238)
0 Favorites   0 Comments

Color spaces of #ea4bee

RGB 23475238
HSL0.830.830.61
HSV299°68°93°
CMYK 0.020.680.00   0.07
XYZ51.880428.697683.6937
Yxy28.69760.31580.1747
Hunter Lab53.570179.1219-55.1309
CIE-Lab60.513878.8241-51.2861

#ea4bee color RGB value is (234,75,238).

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

The process color (four color CMYK) of #ea4bee color hex is 0.02, 0.68, 0.00, 0.07. Web safe color of #ea4bee is #ff33ff. Color #ea4bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001011 11101110
Octal 352 113 356
Decimal 234 75 238
Hex EA 4B EE

RGB Percentages of Color #ea4bee

%42.78
%13.71
%43.51

CMYK Percentages of Color #ea4bee

%2
%68
%0
%7

Triadic Colors of #ea4bee

#ea4bee #eeea4b #4beeea

Analogous Colors of #ea4bee

#ea4bee #ee4ba1 #994bee

Monochromatic Colors of #ea4bee

#ea4bee

Complementary Color

#ea4bee #4fee4b

#ea4bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4bee Color CSS Codes

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

#ea4bee Text Font Color

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

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


#ea4bee Background Color

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

This div background color is #ea4bee


#ea4bee Border Color

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

This div border color is #ea4bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4bee


Comments

No comments written yet.

Please login to write comment.