Color Hex Logo

#ea6efe Color Hex

#EA6EFE
(234,110,254)
0 Favorites   0 Comments

Color spaces of #ea6efe

RGB 234110254
HSL0.810.990.71
HSV292°57°100°
CMYK 0.080.570.00   0.00
XYZ57.397035.800097.6509
Yxy35.80000.30070.1876
Hunter Lab59.833166.5245-54.8814
CIE-Lab66.366867.5940-50.8600

#ea6efe color RGB value is (234,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101110 11111110
Octal 352 156 376
Decimal 234 110 254
Hex EA 6E FE

RGB Percentages of Color #ea6efe

%39.13
%18.39
%42.47

CMYK Percentages of Color #ea6efe

%8
%57
%0
%0

Triadic Colors of #ea6efe

#ea6efe #feea6e #6efeea

Analogous Colors of #ea6efe

#ea6efe #fe6eca #a26efe

Monochromatic Colors of #ea6efe

#ea6efe

Complementary Color

#ea6efe #82fe6e

#ea6efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6efe Color CSS Codes

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

#ea6efe Text Font Color

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

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


#ea6efe Background Color

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

This div background color is #ea6efe


#ea6efe Border Color

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

This div border color is #ea6efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6efe


Comments

No comments written yet.

Please login to write comment.