Color Hex Logo

#ee53fd Color Hex

#EE53FD
(238,83,253)
0 Favorites   0 Comments

Color spaces of #ee53fd

RGB 23883253
HSL0.820.980.66
HSV295°67°99°
CMYK 0.060.670.00   0.01
XYZ56.082831.455596.0441
Yxy31.45550.30550.1713
Hunter Lab56.085280.3432-62.2726
CIE-Lab62.890379.3286-55.7903

#ee53fd color RGB value is (238,83,253).

#ee53fd hex color red value is 238, green value is 83 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ee53fd hue: 0.82 , saturation: 0.98 and the lightness value of ee53fd is 0.66.

The process color (four color CMYK) of #ee53fd color hex is 0.06, 0.67, 0.00, 0.01. Web safe color of #ee53fd is #ff66ff. Color #ee53fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010011 11111101
Octal 356 123 375
Decimal 238 83 253
Hex EE 53 FD

RGB Percentages of Color #ee53fd

%41.46
%14.46
%44.08

CMYK Percentages of Color #ee53fd

%6
%67
%0
%1

Triadic Colors of #ee53fd

#ee53fd #fdee53 #53fdee

Analogous Colors of #ee53fd

#ee53fd #fd53b7 #9953fd

Monochromatic Colors of #ee53fd

#ee53fd

Complementary Color

#ee53fd #62fd53

#ee53fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee53fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee53fd Color CSS Codes

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

#ee53fd Text Font Color

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

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


#ee53fd Background Color

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

This div background color is #ee53fd


#ee53fd Border Color

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

This div border color is #ee53fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,83,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee53fd

Related Colors


Comments

No comments written yet.

Please login to write comment.