Color Hex Logo

#ea40fa Color Hex

#EA40FA
(234,64,250)
0 Favorites   0 Comments

Color spaces of #ea40fa

RGB 23464250
HSL0.820.950.62
HSV295°74°98°
CMYK 0.060.740.00   0.02
XYZ53.020428.061393.0644
Yxy28.06130.30450.1611
Hunter Lab52.972985.9574-67.0814
CIE-Lab59.944184.2512-58.8656

#ea40fa color RGB value is (234,64,250).

#ea40fa hex color red value is 234, green value is 64 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea40fa hue: 0.82 , saturation: 0.95 and the lightness value of ea40fa is 0.62.

The process color (four color CMYK) of #ea40fa color hex is 0.06, 0.74, 0.00, 0.02. Web safe color of #ea40fa is #ff33ff. Color #ea40fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 11111010
Octal 352 100 372
Decimal 234 64 250
Hex EA 40 FA

RGB Percentages of Color #ea40fa

%42.70
%11.68
%45.62

CMYK Percentages of Color #ea40fa

%6
%74
%0
%2

Triadic Colors of #ea40fa

#ea40fa #faea40 #40faea

Analogous Colors of #ea40fa

#ea40fa #fa40ad #8d40fa

Monochromatic Colors of #ea40fa

#ea40fa

Complementary Color

#ea40fa #50fa40

#ea40fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea40fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea40fa Color CSS Codes

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

#ea40fa Text Font Color

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

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


#ea40fa Background Color

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

This div background color is #ea40fa


#ea40fa Border Color

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

This div border color is #ea40fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea40fa


Comments

No comments written yet.

Please login to write comment.