Color Hex Logo

#ee43fd Color Hex

#EE43FD
(238,67,253)
0 Favorites   0 Comments

Color spaces of #ee43fd

RGB 23867253
HSL0.820.980.63
HSV295°74°99°
CMYK 0.060.740.00   0.01
XYZ54.996729.283395.6821
Yxy29.28330.30560.1627
Hunter Lab54.114086.7119-66.9542
CIE-Lab61.030884.6186-58.7550

#ee43fd color RGB value is (238,67,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000011 11111101
Octal 356 103 375
Decimal 238 67 253
Hex EE 43 FD

RGB Percentages of Color #ee43fd

%42.65
%12.01
%45.34

CMYK Percentages of Color #ee43fd

%6
%74
%0
%1

Triadic Colors of #ee43fd

#ee43fd #fdee43 #43fdee

Analogous Colors of #ee43fd

#ee43fd #fd43af #9143fd

Monochromatic Colors of #ee43fd

#ee43fd

Complementary Color

#ee43fd #52fd43

#ee43fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee43fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee43fd Color CSS Codes

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

#ee43fd Text Font Color

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

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


#ee43fd Background Color

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

This div background color is #ee43fd


#ee43fd Border Color

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

This div border color is #ee43fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee43fd


Comments

No comments written yet.

Please login to write comment.