Color Hex Logo

#ee84ec Color Hex

#EE84EC
(238,132,236)
0 Favorites   0 Comments

Color spaces of #ee84ec

RGB 238132236
HSL0.840.760.73
HSV301°45°93°
CMYK 0.000.450.01   0.07
XYZ58.651540.735884.1284
Yxy40.73580.31960.2220
Hunter Lab63.824652.3392-33.4740
CIE-Lab69.990455.0320-35.2638

#ee84ec color RGB value is (238,132,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 11101100
Octal 356 204 354
Decimal 238 132 236
Hex EE 84 EC

RGB Percentages of Color #ee84ec

%39.27
%21.78
%38.94

CMYK Percentages of Color #ee84ec

%0
%45
%1
%7

Triadic Colors of #ee84ec

#ee84ec #ecee84 #84ecee

Analogous Colors of #ee84ec

#ee84ec #ee84b7 #bb84ee

Monochromatic Colors of #ee84ec

#ee84ec

Complementary Color

#ee84ec #84ee86

#ee84ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee84ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee84ec Color CSS Codes

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

#ee84ec Text Font Color

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

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


#ee84ec Background Color

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

This div background color is #ee84ec


#ee84ec Border Color

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

This div border color is #ee84ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee84ec


Comments

No comments written yet.

Please login to write comment.