Color Hex Logo

#ea90fe Color Hex

#EA90FE
(234,144,254)
0 Favorites   0 Comments

Color spaces of #ea90fe

RGB 234144254
HSL0.800.980.78
HSV289°43°100°
CMYK 0.080.430.00   0.00
XYZ61.794344.594799.1167
Yxy44.59470.30070.2170
Hunter Lab66.779348.3116-41.2553
CIE-Lab72.624251.1508-41.0317

#ea90fe color RGB value is (234,144,254).

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

The process color (four color CMYK) of #ea90fe color hex is 0.08, 0.43, 0.00, 0.00. Web safe color of #ea90fe is #ff99ff. Color #ea90fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 11111110
Octal 352 220 376
Decimal 234 144 254
Hex EA 90 FE

RGB Percentages of Color #ea90fe

%37.03
%22.78
%40.19

CMYK Percentages of Color #ea90fe

%8
%43
%0
%0

Triadic Colors of #ea90fe

#ea90fe #feea90 #90feea

Analogous Colors of #ea90fe

#ea90fe #fe90db #b390fe

Monochromatic Colors of #ea90fe

#ea90fe

Complementary Color

#ea90fe #a4fe90

#ea90fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea90fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea90fe Color CSS Codes

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

#ea90fe Text Font Color

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

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


#ea90fe Background Color

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

This div background color is #ea90fe


#ea90fe Border Color

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

This div border color is #ea90fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea90fe

Related Colors


Comments

No comments written yet.

Please login to write comment.