Color Hex Logo

#ee90e8 Color Hex

#EE90E8
(238,144,232)
0 Favorites   0 Comments

Color spaces of #ee90e8

RGB 238144232
HSL0.840.730.75
HSV304°39°93°
CMYK 0.000.390.03   0.07
XYZ59.798643.949981.6754
Yxy43.94990.32250.2370
Hunter Lab66.294744.9933-26.6392
CIE-Lab72.195048.2867-29.6615

#ee90e8 color RGB value is (238,144,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010000 11101000
Octal 356 220 350
Decimal 238 144 232
Hex EE 90 E8

RGB Percentages of Color #ee90e8

%38.76
%23.45
%37.79

CMYK Percentages of Color #ee90e8

%0
%39
%3
%7

Triadic Colors of #ee90e8

#ee90e8 #e8ee90 #90e8ee

Analogous Colors of #ee90e8

#ee90e8 #ee90b9 #c590ee

Monochromatic Colors of #ee90e8

#ee90e8

Complementary Color

#ee90e8 #90ee96

#ee90e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee90e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee90e8 Color CSS Codes

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

#ee90e8 Text Font Color

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

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


#ee90e8 Background Color

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

This div background color is #ee90e8


#ee90e8 Border Color

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

This div border color is #ee90e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee90e8


Comments

No comments written yet.

Please login to write comment.