Color Hex Logo

#ee94fc Color Hex

#EE94FC
(238,148,252)
0 Favorites   0 Comments

Color spaces of #ee94fc

RGB 238148252
HSL0.810.950.78
HSV292°41°99°
CMYK 0.060.410.00   0.01
XYZ63.420546.385297.7061
Yxy46.38520.30560.2235
Hunter Lab68.106747.0314-37.3830
CIE-Lab73.794849.8720-38.0895

#ee94fc color RGB value is (238,148,252).

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

The process color (four color CMYK) of #ee94fc color hex is 0.06, 0.41, 0.00, 0.01. Web safe color of #ee94fc is #ff99ff. Color #ee94fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11111100
Octal 356 224 374
Decimal 238 148 252
Hex EE 94 FC

RGB Percentages of Color #ee94fc

%37.30
%23.20
%39.50

CMYK Percentages of Color #ee94fc

%6
%41
%0
%1

Triadic Colors of #ee94fc

#ee94fc #fcee94 #94fcee

Analogous Colors of #ee94fc

#ee94fc #fc94d6 #ba94fc

Monochromatic Colors of #ee94fc

#ee94fc

Complementary Color

#ee94fc #a2fc94

#ee94fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94fc Color CSS Codes

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

#ee94fc Text Font Color

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

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


#ee94fc Background Color

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

This div background color is #ee94fc


#ee94fc Border Color

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

This div border color is #ee94fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94fc

Related Colors


Comments

No comments written yet.

Please login to write comment.