Color Hex Logo

#ee9dff Color Hex

#EE9DFF
(238,157,255)
0 Favorites   0 Comments

Color spaces of #ee9dff

RGB 238157255
HSL0.801.000.81
HSV290°38°100°
CMYK 0.070.380.00   0.00
XYZ65.366949.5111100.7191
Yxy49.51110.30320.2296
Hunter Lab70.364142.6858-35.6127
CIE-Lab75.768245.7907-36.6500

#ee9dff color RGB value is (238,157,255).

#ee9dff hex color red value is 238, green value is 157 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee9dff hue: 0.80 , saturation: 1.00 and the lightness value of ee9dff is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011101 11111111
Octal 356 235 377
Decimal 238 157 255
Hex EE 9D FF

RGB Percentages of Color #ee9dff

%36.62
%24.15
%39.23

CMYK Percentages of Color #ee9dff

%7
%38
%0
%0

Triadic Colors of #ee9dff

#ee9dff #ffee9d #9dffee

Analogous Colors of #ee9dff

#ee9dff #ff9ddf #bd9dff

Monochromatic Colors of #ee9dff

#ee9dff

Complementary Color

#ee9dff #aeff9d

#ee9dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9dff Color CSS Codes

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

#ee9dff Text Font Color

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

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


#ee9dff Background Color

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

This div background color is #ee9dff


#ee9dff Border Color

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

This div border color is #ee9dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9dff

Related Colors


Comments

No comments written yet.

Please login to write comment.