Color Hex Logo

#ea86ef Color Hex

#EA86EF
(234,134,239)
0 Favorites   0 Comments

Color spaces of #ea86ef

RGB 234134239
HSL0.830.770.73
HSV297°44°94°
CMYK 0.020.440.00   0.06
XYZ58.036840.774686.4728
Yxy40.77460.31320.2201
Hunter Lab63.855050.4896-35.5924
CIE-Lab70.017753.4220-36.9059

#ea86ef color RGB value is (234,134,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 11101111
Octal 352 206 357
Decimal 234 134 239
Hex EA 86 EF

RGB Percentages of Color #ea86ef

%38.55
%22.08
%39.37

CMYK Percentages of Color #ea86ef

%2
%44
%0
%6

Triadic Colors of #ea86ef

#ea86ef #efea86 #86efea

Analogous Colors of #ea86ef

#ea86ef #ef86c0 #b686ef

Monochromatic Colors of #ea86ef

#ea86ef

Complementary Color

#ea86ef #8bef86

#ea86ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea86ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea86ef Color CSS Codes

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

#ea86ef Text Font Color

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

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


#ea86ef Background Color

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

This div background color is #ea86ef


#ea86ef Border Color

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

This div border color is #ea86ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea86ef


Comments

No comments written yet.

Please login to write comment.