Color Hex Logo

#ee99eb Color Hex

#EE99EB
(238,153,235)
0 Favorites   0 Comments

Color spaces of #ee99eb

RGB 238153235
HSL0.840.710.77
HSV302°36°93°
CMYK 0.000.360.01   0.07
XYZ61.646546.957884.4119
Yxy46.95780.31940.2433
Hunter Lab68.525840.6604-25.0670
CIE-Lab74.162844.1734-28.2760

#ee99eb color RGB value is (238,153,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011001 11101011
Octal 356 231 353
Decimal 238 153 235
Hex EE 99 EB

RGB Percentages of Color #ee99eb

%38.02
%24.44
%37.54

CMYK Percentages of Color #ee99eb

%0
%36
%1
%7

Triadic Colors of #ee99eb

#ee99eb #ebee99 #99ebee

Analogous Colors of #ee99eb

#ee99eb #ee99c1 #c799ee

Monochromatic Colors of #ee99eb

#ee99eb

Complementary Color

#ee99eb #99ee9c

#ee99eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee99eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee99eb Color CSS Codes

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

#ee99eb Text Font Color

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

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


#ee99eb Background Color

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

This div background color is #ee99eb


#ee99eb Border Color

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

This div border color is #ee99eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee99eb


Comments

No comments written yet.

Please login to write comment.