Color Hex Logo

#ee54fa Color Hex

#EE54FA
(238,84,250)
0 Favorites   0 Comments

Color spaces of #ee54fa

RGB 23884250
HSL0.820.940.65
HSV296°66°98°
CMYK 0.050.660.00   0.02
XYZ55.685531.419993.5722
Yxy31.41990.30820.1739
Hunter Lab56.053579.2347-59.7377
CIE-Lab62.860578.4643-54.1818

#ee54fa color RGB value is (238,84,250).

#ee54fa hex color red value is 238, green value is 84 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ee54fa hue: 0.82 , saturation: 0.94 and the lightness value of ee54fa is 0.65.

The process color (four color CMYK) of #ee54fa color hex is 0.05, 0.66, 0.00, 0.02. Web safe color of #ee54fa is #ff66ff. Color #ee54fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010100 11111010
Octal 356 124 372
Decimal 238 84 250
Hex EE 54 FA

RGB Percentages of Color #ee54fa

%41.61
%14.69
%43.71

CMYK Percentages of Color #ee54fa

%5
%66
%0
%2

Triadic Colors of #ee54fa

#ee54fa #faee54 #54faee

Analogous Colors of #ee54fa

#ee54fa #fa54b3 #9b54fa

Monochromatic Colors of #ee54fa

#ee54fa

Complementary Color

#ee54fa #60fa54

#ee54fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee54fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee54fa Color CSS Codes

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

#ee54fa Text Font Color

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

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


#ee54fa Background Color

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

This div background color is #ee54fa


#ee54fa Border Color

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

This div border color is #ee54fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee54fa


Comments

No comments written yet.

Please login to write comment.