Color Hex Logo

#ee80ef Color Hex

#EE80EF
(238,128,239)
0 Favorites   0 Comments

Color spaces of #ee80ef

RGB 238128239
HSL0.830.780.72
HSV299°46°94°
CMYK 0.000.460.00   0.06
XYZ58.559139.847586.2663
Yxy39.84750.31710.2158
Hunter Lab63.124955.1207-36.8382
CIE-Lab69.360857.5223-37.8910

#ee80ef color RGB value is (238,128,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 11101111
Octal 356 200 357
Decimal 238 128 239
Hex EE 80 EF

RGB Percentages of Color #ee80ef

%39.34
%21.16
%39.50

CMYK Percentages of Color #ee80ef

%0
%46
%0
%6

Triadic Colors of #ee80ef

#ee80ef #efee80 #80efee

Analogous Colors of #ee80ef

#ee80ef #ef80b9 #b780ef

Monochromatic Colors of #ee80ef

#ee80ef

Complementary Color

#ee80ef #81ef80

#ee80ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee80ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee80ef Color CSS Codes

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

#ee80ef Text Font Color

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

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


#ee80ef Background Color

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

This div background color is #ee80ef


#ee80ef Border Color

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

This div border color is #ee80ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee80ef


Comments

No comments written yet.

Please login to write comment.