Color Hex Logo

#ee82ff Color Hex

#EE82FF
(238,130,255)
0 Favorites   0 Comments

Color spaces of #ee82ff

RGB 238130255
HSL0.811.000.75
HSV292°49°100°
CMYK 0.070.490.00   0.00
XYZ61.292541.362499.3610
Yxy41.36240.30340.2047
Hunter Lab64.313657.5662-46.5803
CIE-Lab70.429159.4369-44.9755

#ee82ff color RGB value is (238,130,255).

#ee82ff hex color red value is 238, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee82ff hue: 0.81 , saturation: 1.00 and the lightness value of ee82ff is 0.75.

The process color (four color CMYK) of #ee82ff color hex is 0.07, 0.49, 0.00, 0.00. Web safe color of #ee82ff is #ff99ff. Color #ee82ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 11111111
Octal 356 202 377
Decimal 238 130 255
Hex EE 82 FF

RGB Percentages of Color #ee82ff

%38.20
%20.87
%40.93

CMYK Percentages of Color #ee82ff

%7
%49
%0
%0

Triadic Colors of #ee82ff

#ee82ff #ffee82 #82ffee

Analogous Colors of #ee82ff

#ee82ff #ff82d2 #b082ff

Monochromatic Colors of #ee82ff

#ee82ff

Complementary Color

#ee82ff #93ff82

#ee82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee82ff Color CSS Codes

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

#ee82ff Text Font Color

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

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


#ee82ff Background Color

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

This div background color is #ee82ff


#ee82ff Border Color

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

This div border color is #ee82ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee82ff


Comments

No comments written yet.

Please login to write comment.