Color Hex Logo

#ea84eb Color Hex

#EA84EB
(234,132,235)
0 Favorites   0 Comments

Color spaces of #ea84eb

RGB 234132235
HSL0.830.720.72
HSV299°44°92°
CMYK 0.000.440.00   0.08
XYZ57.178339.993183.3031
Yxy39.99310.31680.2216
Hunter Lab63.240150.7199-33.8318
CIE-Lab69.464653.7040-35.5683

#ea84eb color RGB value is (234,132,235).

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

The process color (four color CMYK) of #ea84eb color hex is 0.00, 0.44, 0.00, 0.08. Web safe color of #ea84eb is #ff99ff. Color #ea84eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000100 11101011
Octal 352 204 353
Decimal 234 132 235
Hex EA 84 EB

RGB Percentages of Color #ea84eb

%38.94
%21.96
%39.10

CMYK Percentages of Color #ea84eb

%0
%44
%0
%8

Triadic Colors of #ea84eb

#ea84eb #ebea84 #84ebea

Analogous Colors of #ea84eb

#ea84eb #eb84b9 #b784eb

Monochromatic Colors of #ea84eb

#ea84eb

Complementary Color

#ea84eb #85eb84

#ea84eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea84eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea84eb Color CSS Codes

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

#ea84eb Text Font Color

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

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


#ea84eb Background Color

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

This div background color is #ea84eb


#ea84eb Border Color

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

This div border color is #ea84eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea84eb


Comments

No comments written yet.

Please login to write comment.