Color Hex Logo

#ea81eb Color Hex

#EA81EB
(234,129,235)
0 Favorites   0 Comments

Color spaces of #ea81eb

RGB 234129235
HSL0.830.730.71
HSV299°45°92°
CMYK 0.000.450.00   0.08
XYZ56.777339.191183.1694
Yxy39.19110.31690.2188
Hunter Lab62.602852.3348-34.9463
CIE-Lab68.889555.1941-36.4620

#ea81eb color RGB value is (234,129,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 11101011
Octal 352 201 353
Decimal 234 129 235
Hex EA 81 EB

RGB Percentages of Color #ea81eb

%39.13
%21.57
%39.30

CMYK Percentages of Color #ea81eb

%0
%45
%0
%8

Triadic Colors of #ea81eb

#ea81eb #ebea81 #81ebea

Analogous Colors of #ea81eb

#ea81eb #eb81b7 #b581eb

Monochromatic Colors of #ea81eb

#ea81eb

Complementary Color

#ea81eb #82eb81

#ea81eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea81eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea81eb Color CSS Codes

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

#ea81eb Text Font Color

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

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


#ea81eb Background Color

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

This div background color is #ea81eb


#ea81eb Border Color

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

This div border color is #ea81eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea81eb


Comments

No comments written yet.

Please login to write comment.