Color Hex Logo

#ea86eb Color Hex

#EA86EB
(234,134,235)
0 Favorites   0 Comments

Color spaces of #ea86eb

RGB 234134235
HSL0.830.720.72
HSV299°43°92°
CMYK 0.000.430.00   0.08
XYZ57.452240.540883.3944
Yxy40.54080.31670.2235
Hunter Lab63.671749.6387-33.0853
CIE-Lab69.853052.7029-34.9655

#ea86eb color RGB value is (234,134,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 11101011
Octal 352 206 353
Decimal 234 134 235
Hex EA 86 EB

RGB Percentages of Color #ea86eb

%38.81
%22.22
%38.97

CMYK Percentages of Color #ea86eb

%0
%43
%0
%8

Triadic Colors of #ea86eb

#ea86eb #ebea86 #86ebea

Analogous Colors of #ea86eb

#ea86eb #eb86ba #b886eb

Monochromatic Colors of #ea86eb

#ea86eb

Complementary Color

#ea86eb #87eb86

#ea86eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea86eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea86eb Color CSS Codes

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

#ea86eb Text Font Color

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

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


#ea86eb Background Color

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

This div background color is #ea86eb


#ea86eb Border Color

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

This div border color is #ea86eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea86eb


Comments

No comments written yet.

Please login to write comment.