Color Hex Logo

#ee88ee Color Hex

#EE88EE
(238,136,238)
1 Favorites   0 Comments

Color spaces of #ee88ee

RGB 238136238
HSL0.830.750.73
HSV300°43°93°
CMYK 0.000.430.00   0.07
XYZ59.496741.958585.8519
Yxy41.95850.31760.2240
Hunter Lab64.775450.5967-33.2389
CIE-Lab70.842353.3951-35.0398

#ee88ee color RGB value is (238,136,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001000 11101110
Octal 356 210 356
Decimal 238 136 238
Hex EE 88 EE

RGB Percentages of Color #ee88ee

%38.89
%22.22
%38.89

CMYK Percentages of Color #ee88ee

%0
%43
%0
%7

Triadic Colors of #ee88ee

#ee88ee #eeee88 #88eeee

Analogous Colors of #ee88ee

#ee88ee #ee88bb #bb88ee

Monochromatic Colors of #ee88ee

#ee88ee

Complementary Color

#ee88ee #88ee88

#ee88ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee88ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee88ee Color CSS Codes

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

#ee88ee Text Font Color

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

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


#ee88ee Background Color

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

This div background color is #ee88ee


#ee88ee Border Color

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

This div border color is #ee88ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee88ee


Comments

No comments written yet.

Please login to write comment.