Color Hex Logo

#ee83ea Color Hex

#EE83EA
(238,131,234)
0 Favorites   0 Comments

Color spaces of #ee83ea

RGB 238131234
HSL0.840.760.72
HSV302°45°93°
CMYK 0.000.450.02   0.07
XYZ58.227540.350382.5614
Yxy40.35030.32150.2228
Hunter Lab63.521952.4592-32.5958
CIE-Lab69.718355.1766-34.5864

#ee83ea color RGB value is (238,131,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000011 11101010
Octal 356 203 352
Decimal 238 131 234
Hex EE 83 EA

RGB Percentages of Color #ee83ea

%39.47
%21.72
%38.81

CMYK Percentages of Color #ee83ea

%0
%45
%2
%7

Triadic Colors of #ee83ea

#ee83ea #eaee83 #83eaee

Analogous Colors of #ee83ea

#ee83ea #ee83b5 #bd83ee

Monochromatic Colors of #ee83ea

#ee83ea

Complementary Color

#ee83ea #83ee87

#ee83ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee83ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee83ea Color CSS Codes

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

#ee83ea Text Font Color

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

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


#ee83ea Background Color

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

This div background color is #ee83ea


#ee83ea Border Color

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

This div border color is #ee83ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee83ea


Comments

No comments written yet.

Please login to write comment.