Color Hex Logo

#ee20fd Color Hex

#EE20FD
(238,32,253)
0 Favorites   0 Comments

Color spaces of #ee20fd

RGB 23832253
HSL0.820.980.56
HSV296°87°99°
CMYK 0.060.870.00   0.01
XYZ53.506026.302095.1852
Yxy26.30200.30580.1503
Hunter Lab51.285596.4790-74.1417
CIE-Lab58.322692.4931-63.0922

#ee20fd color RGB value is (238,32,253).

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

The process color (four color CMYK) of #ee20fd color hex is 0.06, 0.87, 0.00, 0.01. Web safe color of #ee20fd is #ff33ff. Color #ee20fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 11111101
Octal 356 40 375
Decimal 238 32 253
Hex EE 20 FD

RGB Percentages of Color #ee20fd

%45.51
%6.12
%48.37

CMYK Percentages of Color #ee20fd

%6
%87
%0
%1

Triadic Colors of #ee20fd

#ee20fd #fdee20 #20fdee

Analogous Colors of #ee20fd

#ee20fd #fd209e #8020fd

Monochromatic Colors of #ee20fd

#ee20fd

Complementary Color

#ee20fd #2ffd20

#ee20fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee20fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee20fd Color CSS Codes

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

#ee20fd Text Font Color

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

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


#ee20fd Background Color

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

This div background color is #ee20fd


#ee20fd Border Color

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

This div border color is #ee20fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee20fd

Related Colors


Comments

No comments written yet.

Please login to write comment.