Color Hex Logo

#ea4fef Color Hex

#EA4FEF
(234,79,239)
0 Favorites   0 Comments

Color spaces of #ea4fef

RGB 23479239
HSL0.830.830.62
HSV298°67°94°
CMYK 0.020.670.00   0.06
XYZ52.307729.316484.5631
Yxy29.31640.31480.1764
Hunter Lab54.144677.6911-54.6979
CIE-Lab61.059977.5893-50.9769

#ea4fef color RGB value is (234,79,239).

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

The process color (four color CMYK) of #ea4fef color hex is 0.02, 0.67, 0.00, 0.06. Web safe color of #ea4fef is #ff66ff. Color #ea4fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001111 11101111
Octal 352 117 357
Decimal 234 79 239
Hex EA 4F EF

RGB Percentages of Color #ea4fef

%42.39
%14.31
%43.30

CMYK Percentages of Color #ea4fef

%2
%67
%0
%6

Triadic Colors of #ea4fef

#ea4fef #efea4f #4fefea

Analogous Colors of #ea4fef

#ea4fef #ef4fa4 #9a4fef

Monochromatic Colors of #ea4fef

#ea4fef

Complementary Color

#ea4fef #54ef4f

#ea4fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4fef Color CSS Codes

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

#ea4fef Text Font Color

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

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


#ea4fef Background Color

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

This div background color is #ea4fef


#ea4fef Border Color

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

This div border color is #ea4fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4fef


Comments

No comments written yet.

Please login to write comment.