Color Hex Logo

#ee94ed Color Hex

#EE94ED
(238,148,237)
0 Favorites   0 Comments

Color spaces of #ee94ed

RGB 238148237
HSL0.840.730.76
HSV301°38°93°
CMYK 0.000.380.00   0.07
XYZ61.135945.471485.6754
Yxy45.47140.31790.2365
Hunter Lab67.432543.8255-28.1273
CIE-Lab73.201247.1198-30.8460

#ee94ed color RGB value is (238,148,237).

#ee94ed hex color red value is 238, green value is 148 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ee94ed hue: 0.84 , saturation: 0.73 and the lightness value of ee94ed is 0.76.

The process color (four color CMYK) of #ee94ed color hex is 0.00, 0.38, 0.00, 0.07. Web safe color of #ee94ed is #ff99ff. Color #ee94ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11101101
Octal 356 224 355
Decimal 238 148 237
Hex EE 94 ED

RGB Percentages of Color #ee94ed

%38.20
%23.76
%38.04

CMYK Percentages of Color #ee94ed

%0
%38
%0
%7

Triadic Colors of #ee94ed

#ee94ed #edee94 #94edee

Analogous Colors of #ee94ed

#ee94ed #ee94c0 #c294ee

Monochromatic Colors of #ee94ed

#ee94ed

Complementary Color

#ee94ed #94ee95

#ee94ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94ed Color CSS Codes

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

#ee94ed Text Font Color

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

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


#ee94ed Background Color

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

This div background color is #ee94ed


#ee94ed Border Color

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

This div border color is #ee94ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94ed


Comments

No comments written yet.

Please login to write comment.