Color Hex Logo

#ee84ee Color Hex

#EE84EE
(238,132,238)
0 Favorites   0 Comments

Color spaces of #ee84ee

RGB 238132238
HSL0.830.760.73
HSV300°45°93°
CMYK 0.000.450.00   0.07
XYZ58.943840.852785.6676
Yxy40.85270.31780.2203
Hunter Lab63.916152.7605-34.7259
CIE-Lab70.072655.3837-36.2346

#ee84ee color RGB value is (238,132,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 11101110
Octal 356 204 356
Decimal 238 132 238
Hex EE 84 EE

RGB Percentages of Color #ee84ee

%39.14
%21.71
%39.14

CMYK Percentages of Color #ee84ee

%0
%45
%0
%7

Triadic Colors of #ee84ee

#ee84ee #eeee84 #84eeee

Analogous Colors of #ee84ee

#ee84ee #ee84b9 #b984ee

Monochromatic Colors of #ee84ee

#ee84ee

Complementary Color

#ee84ee #84ee84

#ee84ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee84ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee84ee Color CSS Codes

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

#ee84ee Text Font Color

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

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


#ee84ee Background Color

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

This div background color is #ee84ee


#ee84ee Border Color

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

This div border color is #ee84ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee84ee


Comments

No comments written yet.

Please login to write comment.