Color Hex Logo

#ee94ff Color Hex

#EE94FF
(238,148,255)
0 Favorites   0 Comments

Color spaces of #ee94ff

RGB 238148255
HSL0.811.000.79
HSV290°42°100°
CMYK 0.070.420.00   0.00
XYZ63.899846.5770100.2301
Yxy46.57700.30330.2211
Hunter Lab68.247347.6962-39.3019
CIE-Lab73.918450.4372-39.5234

#ee94ff color RGB value is (238,148,255).

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

The process color (four color CMYK) of #ee94ff color hex is 0.07, 0.42, 0.00, 0.00. Web safe color of #ee94ff is #ff99ff. Color #ee94ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11111111
Octal 356 224 377
Decimal 238 148 255
Hex EE 94 FF

RGB Percentages of Color #ee94ff

%37.13
%23.09
%39.78

CMYK Percentages of Color #ee94ff

%7
%42
%0
%0

Triadic Colors of #ee94ff

#ee94ff #ffee94 #94ffee

Analogous Colors of #ee94ff

#ee94ff #ff94db #b994ff

Monochromatic Colors of #ee94ff

#ee94ff

Complementary Color

#ee94ff #a5ff94

#ee94ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94ff Color CSS Codes

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

#ee94ff Text Font Color

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

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


#ee94ff Background Color

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

This div background color is #ee94ff


#ee94ff Border Color

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

This div border color is #ee94ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94ff


Comments

No comments written yet.

Please login to write comment.