Color Hex Logo

#ee94eb Color Hex

#EE94EB
(238,148,235)
0 Favorites   0 Comments

Color spaces of #ee94eb

RGB 238148235
HSL0.840.730.76
HSV302°38°93°
CMYK 0.000.380.01   0.07
XYZ60.845245.355184.1448
Yxy45.35510.31970.2383
Hunter Lab67.346243.4134-26.9368
CIE-Lab73.125146.7627-29.8711

#ee94eb color RGB value is (238,148,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11101011
Octal 356 224 353
Decimal 238 148 235
Hex EE 94 EB

RGB Percentages of Color #ee94eb

%38.33
%23.83
%37.84

CMYK Percentages of Color #ee94eb

%0
%38
%1
%7

Triadic Colors of #ee94eb

#ee94eb #ebee94 #94ebee

Analogous Colors of #ee94eb

#ee94eb #ee94be #c494ee

Monochromatic Colors of #ee94eb

#ee94eb

Complementary Color

#ee94eb #94ee97

#ee94eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94eb Color CSS Codes

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

#ee94eb Text Font Color

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

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


#ee94eb Background Color

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

This div background color is #ee94eb


#ee94eb Border Color

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

This div border color is #ee94eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94eb


Comments

No comments written yet.

Please login to write comment.