Color Hex Logo

#ef90ea Color Hex

#EF90EA
(239,144,234)
0 Favorites   0 Comments

Color spaces of #ef90ea

RGB 239144234
HSL0.840.750.75
HSV303°40°94°
CMYK 0.000.400.02   0.06
XYZ60.421144.237883.1961
Yxy44.23780.32160.2355
Hunter Lab66.511545.7598-27.6050
CIE-Lab72.387248.9400-30.4511

#ef90ea color RGB value is (239,144,234).

#ef90ea hex color red value is 239, green value is 144 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ef90ea hue: 0.84 , saturation: 0.75 and the lightness value of ef90ea is 0.75.

The process color (four color CMYK) of #ef90ea color hex is 0.00, 0.40, 0.02, 0.06. Web safe color of #ef90ea is #ff99ff. Color #ef90ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010000 11101010
Octal 357 220 352
Decimal 239 144 234
Hex EF 90 EA

RGB Percentages of Color #ef90ea

%38.74
%23.34
%37.93

CMYK Percentages of Color #ef90ea

%0
%40
%2
%6

Triadic Colors of #ef90ea

#ef90ea #eaef90 #90eaef

Analogous Colors of #ef90ea

#ef90ea #ef90bb #c590ef

Monochromatic Colors of #ef90ea

#ef90ea

Complementary Color

#ef90ea #90ef95

#ef90ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef90ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef90ea Color CSS Codes

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

#ef90ea Text Font Color

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

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


#ef90ea Background Color

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

This div background color is #ef90ea


#ef90ea Border Color

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

This div border color is #ef90ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef90ea


Comments

No comments written yet.

Please login to write comment.