Color Hex Logo

#ea7efe Color Hex

#EA7EFE
(234,126,254)
0 Favorites   0 Comments

Color spaces of #ea7efe

RGB 234126254
HSL0.810.980.75
HSV291°50°100°
CMYK 0.080.500.00   0.00
XYZ59.281939.569998.2792
Yxy39.56990.30070.2007
Hunter Lab62.904658.1370-48.5987
CIE-Lab69.162160.1220-46.4534

#ea7efe color RGB value is (234,126,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 11111110
Octal 352 176 376
Decimal 234 126 254
Hex EA 7E FE

RGB Percentages of Color #ea7efe

%38.11
%20.52
%41.37

CMYK Percentages of Color #ea7efe

%8
%50
%0
%0

Triadic Colors of #ea7efe

#ea7efe #feea7e #7efeea

Analogous Colors of #ea7efe

#ea7efe #fe7ed2 #aa7efe

Monochromatic Colors of #ea7efe

#ea7efe

Complementary Color

#ea7efe #92fe7e

#ea7efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7efe Color CSS Codes

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

#ea7efe Text Font Color

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

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


#ea7efe Background Color

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

This div background color is #ea7efe


#ea7efe Border Color

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

This div border color is #ea7efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7efe


Comments

No comments written yet.

Please login to write comment.