Color Hex Logo

#ee42fd Color Hex

#EE42FD
(238,66,253)
0 Favorites   0 Comments

Color spaces of #ee42fd

RGB 23866253
HSL0.820.980.63
HSV295°74°99°
CMYK 0.060.740.00   0.01
XYZ54.937729.165495.6625
Yxy29.16540.30560.1622
Hunter Lab54.005087.0741-67.2207
CIE-Lab60.927384.9158-58.9204

#ee42fd color RGB value is (238,66,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 11111101
Octal 356 102 375
Decimal 238 66 253
Hex EE 42 FD

RGB Percentages of Color #ee42fd

%42.73
%11.85
%45.42

CMYK Percentages of Color #ee42fd

%6
%74
%0
%1

Triadic Colors of #ee42fd

#ee42fd #fdee42 #42fdee

Analogous Colors of #ee42fd

#ee42fd #fd42af #9142fd

Monochromatic Colors of #ee42fd

#ee42fd

Complementary Color

#ee42fd #51fd42

#ee42fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee42fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee42fd Color CSS Codes

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

#ee42fd Text Font Color

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

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


#ee42fd Background Color

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

This div background color is #ee42fd


#ee42fd Border Color

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

This div border color is #ee42fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee42fd

Related Colors


Comments

No comments written yet.

Please login to write comment.