Color Hex Logo

#ee83ef Color Hex

#EE83EF
(238,131,239)
0 Favorites   0 Comments

Color spaces of #ee83ef

RGB 238131239
HSL0.830.770.73
HSV299°45°94°
CMYK 0.000.450.00   0.06
XYZ58.956240.641786.3987
Yxy40.64170.31700.2185
Hunter Lab63.750853.5112-35.7275
CIE-Lab69.924256.0535-37.0143

#ee83ef color RGB value is (238,131,239).

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

The process color (four color CMYK) of #ee83ef color hex is 0.00, 0.45, 0.00, 0.06. Web safe color of #ee83ef is #ff99ff. Color #ee83ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000011 11101111
Octal 356 203 357
Decimal 238 131 239
Hex EE 83 EF

RGB Percentages of Color #ee83ef

%39.14
%21.55
%39.31

CMYK Percentages of Color #ee83ef

%0
%45
%0
%6

Triadic Colors of #ee83ef

#ee83ef #efee83 #83efee

Analogous Colors of #ee83ef

#ee83ef #ef83ba #b883ef

Monochromatic Colors of #ee83ef

#ee83ef

Complementary Color

#ee83ef #84ef83

#ee83ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee83ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee83ef Color CSS Codes

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

#ee83ef Text Font Color

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

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


#ee83ef Background Color

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

This div background color is #ee83ef


#ee83ef Border Color

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

This div border color is #ee83ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee83ef


Comments

No comments written yet.

Please login to write comment.