Color Hex Logo

#ee6fff Color Hex

#EE6FFF
(238,111,255)
0 Favorites   0 Comments

Color spaces of #ee6fff

RGB 238111255
HSL0.811.000.72
HSV293°56°100°
CMYK 0.070.560.00   0.00
XYZ58.994336.766098.5949
Yxy36.76600.30350.1892
Hunter Lab60.635067.5589-53.9634
CIE-Lab67.101168.3136-50.2135

#ee6fff color RGB value is (238,111,255).

#ee6fff hex color red value is 238, green value is 111 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee6fff hue: 0.81 , saturation: 1.00 and the lightness value of ee6fff is 0.72.

The process color (four color CMYK) of #ee6fff color hex is 0.07, 0.56, 0.00, 0.00. Web safe color of #ee6fff is #ff66ff. Color #ee6fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101111 11111111
Octal 356 157 377
Decimal 238 111 255
Hex EE 6F FF

RGB Percentages of Color #ee6fff

%39.40
%18.38
%42.22

CMYK Percentages of Color #ee6fff

%7
%56
%0
%0

Triadic Colors of #ee6fff

#ee6fff #ffee6f #6fffee

Analogous Colors of #ee6fff

#ee6fff #ff6fc8 #a66fff

Monochromatic Colors of #ee6fff

#ee6fff

Complementary Color

#ee6fff #80ff6f

#ee6fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6fff Color CSS Codes

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

#ee6fff Text Font Color

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

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


#ee6fff Background Color

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

This div background color is #ee6fff


#ee6fff Border Color

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

This div border color is #ee6fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6fff

Related Colors


Comments

No comments written yet.

Please login to write comment.