Color Hex Logo

#ee47fa Color Hex

#EE47FA
(238,71,250)
0 Favorites   0 Comments

Color spaces of #ee47fa

RGB 23871250
HSL0.820.950.63
HSV296°72°98°
CMYK 0.050.720.00   0.02
XYZ54.768529.585793.2665
Yxy29.58570.30830.1666
Hunter Lab54.392784.5458-63.5889
CIE-Lab61.295182.9025-56.6735

#ee47fa color RGB value is (238,71,250).

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

The process color (four color CMYK) of #ee47fa color hex is 0.05, 0.72, 0.00, 0.02. Web safe color of #ee47fa is #ff33ff. Color #ee47fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000111 11111010
Octal 356 107 372
Decimal 238 71 250
Hex EE 47 FA

RGB Percentages of Color #ee47fa

%42.58
%12.70
%44.72

CMYK Percentages of Color #ee47fa

%5
%72
%0
%2

Triadic Colors of #ee47fa

#ee47fa #faee47 #47faee

Analogous Colors of #ee47fa

#ee47fa #fa47ad #9547fa

Monochromatic Colors of #ee47fa

#ee47fa

Complementary Color

#ee47fa #53fa47

#ee47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee47fa Color CSS Codes

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

#ee47fa Text Font Color

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

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


#ee47fa Background Color

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

This div background color is #ee47fa


#ee47fa Border Color

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

This div border color is #ee47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee47fa


Comments

No comments written yet.

Please login to write comment.