Color Hex Logo

#ee94fb Color Hex

#EE94FB
(238,148,251)
0 Favorites   0 Comments

Color spaces of #ee94fb

RGB 238148251
HSL0.810.930.78
HSV292°41°98°
CMYK 0.050.410.00   0.02
XYZ63.262446.322096.8735
Yxy46.32200.30640.2244
Hunter Lab68.060346.8113-36.7482
CIE-Lab73.754049.6845-37.6104

#ee94fb color RGB value is (238,148,251).

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

The process color (four color CMYK) of #ee94fb color hex is 0.05, 0.41, 0.00, 0.02. Web safe color of #ee94fb is #ff99ff. Color #ee94fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11111011
Octal 356 224 373
Decimal 238 148 251
Hex EE 94 FB

RGB Percentages of Color #ee94fb

%37.36
%23.23
%39.40

CMYK Percentages of Color #ee94fb

%5
%41
%0
%2

Triadic Colors of #ee94fb

#ee94fb #fbee94 #94fbee

Analogous Colors of #ee94fb

#ee94fb #fb94d5 #bb94fb

Monochromatic Colors of #ee94fb

#ee94fb

Complementary Color

#ee94fb #a1fb94

#ee94fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94fb Color CSS Codes

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

#ee94fb Text Font Color

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

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


#ee94fb Background Color

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

This div background color is #ee94fb


#ee94fb Border Color

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

This div border color is #ee94fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94fb


Comments

No comments written yet.

Please login to write comment.