Color Hex Logo

#ea86fd Color Hex

#EA86FD
(234,134,253)
0 Favorites   0 Comments

Color spaces of #ea86fd

RGB 234134253
HSL0.810.970.76
HSV290°47°99°
CMYK 0.080.470.00   0.01
XYZ60.186441.634597.7926
Yxy41.63450.30150.2086
Hunter Lab64.524853.5799-44.6915
CIE-Lab70.618256.0075-43.6233

#ea86fd color RGB value is (234,134,253).

#ea86fd hex color red value is 234, green value is 134 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ea86fd hue: 0.81 , saturation: 0.97 and the lightness value of ea86fd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 11111101
Octal 352 206 375
Decimal 234 134 253
Hex EA 86 FD

RGB Percentages of Color #ea86fd

%37.68
%21.58
%40.74

CMYK Percentages of Color #ea86fd

%8
%47
%0
%1

Triadic Colors of #ea86fd

#ea86fd #fdea86 #86fdea

Analogous Colors of #ea86fd

#ea86fd #fd86d5 #af86fd

Monochromatic Colors of #ea86fd

#ea86fd

Complementary Color

#ea86fd #99fd86

#ea86fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea86fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea86fd Color CSS Codes

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

#ea86fd Text Font Color

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

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


#ea86fd Background Color

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

This div background color is #ea86fd


#ea86fd Border Color

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

This div border color is #ea86fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea86fd


Comments

No comments written yet.

Please login to write comment.