Color Hex Logo

#ea90fa Color Hex

#EA90FA
(234,144,250)
0 Favorites   0 Comments

Color spaces of #ea90fa

RGB 234144250
HSL0.810.910.77
HSV291°42°98°
CMYK 0.060.420.00   0.02
XYZ61.160344.341195.7777
Yxy44.34110.30390.2203
Hunter Lab66.589147.4165-38.6667
CIE-Lab72.455950.3898-39.1204

#ea90fa color RGB value is (234,144,250).

#ea90fa hex color red value is 234, green value is 144 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea90fa hue: 0.81 , saturation: 0.91 and the lightness value of ea90fa is 0.77.

The process color (four color CMYK) of #ea90fa color hex is 0.06, 0.42, 0.00, 0.02. Web safe color of #ea90fa is #ff99ff. Color #ea90fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 11111010
Octal 352 220 372
Decimal 234 144 250
Hex EA 90 FA

RGB Percentages of Color #ea90fa

%37.26
%22.93
%39.81

CMYK Percentages of Color #ea90fa

%6
%42
%0
%2

Triadic Colors of #ea90fa

#ea90fa #faea90 #90faea

Analogous Colors of #ea90fa

#ea90fa #fa90d5 #b590fa

Monochromatic Colors of #ea90fa

#ea90fa

Complementary Color

#ea90fa #a0fa90

#ea90fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea90fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea90fa Color CSS Codes

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

#ea90fa Text Font Color

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

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


#ea90fa Background Color

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

This div background color is #ea90fa


#ea90fa Border Color

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

This div border color is #ea90fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea90fa


Comments

No comments written yet.

Please login to write comment.