Color Hex Logo

#ea6ffe Color Hex

#EA6FFE
(234,111,254)
0 Favorites   0 Comments

Color spaces of #ea6ffe

RGB 234111254
HSL0.810.990.72
HSV292°56°100°
CMYK 0.080.560.00   0.00
XYZ57.505536.017197.6870
Yxy36.01710.30070.1884
Hunter Lab60.014266.0133-54.4981
CIE-Lab66.533067.1440-50.5973

#ea6ffe color RGB value is (234,111,254).

#ea6ffe hex color red value is 234, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ea6ffe hue: 0.81 , saturation: 0.99 and the lightness value of ea6ffe is 0.72.

The process color (four color CMYK) of #ea6ffe color hex is 0.08, 0.56, 0.00, 0.00. Web safe color of #ea6ffe is #ff66ff. Color #ea6ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101111 11111110
Octal 352 157 376
Decimal 234 111 254
Hex EA 6F FE

RGB Percentages of Color #ea6ffe

%39.07
%18.53
%42.40

CMYK Percentages of Color #ea6ffe

%8
%56
%0
%0

Triadic Colors of #ea6ffe

#ea6ffe #feea6f #6ffeea

Analogous Colors of #ea6ffe

#ea6ffe #fe6fcb #a36ffe

Monochromatic Colors of #ea6ffe

#ea6ffe

Complementary Color

#ea6ffe #83fe6f

#ea6ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6ffe Color CSS Codes

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

#ea6ffe Text Font Color

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

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


#ea6ffe Background Color

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

This div background color is #ea6ffe


#ea6ffe Border Color

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

This div border color is #ea6ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6ffe


Comments

No comments written yet.

Please login to write comment.