Color Hex Logo

#ef80ff Color Hex

#EF80FF
(239,128,255)
0 Favorites   0 Comments

Color spaces of #ef80ff

RGB 239128255
HSL0.811.000.75
HSV292°50°100°
CMYK 0.060.500.00   0.00
XYZ61.365841.009199.2890
Yxy41.00910.30430.2034
Hunter Lab64.038358.9835-47.1000
CIE-Lab70.182360.6727-45.3541

#ef80ff color RGB value is (239,128,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000000 11111111
Octal 357 200 377
Decimal 239 128 255
Hex EF 80 FF

RGB Percentages of Color #ef80ff

%38.42
%20.58
%41.00

CMYK Percentages of Color #ef80ff

%6
%50
%0
%0

Triadic Colors of #ef80ff

#ef80ff #ffef80 #80ffef

Analogous Colors of #ef80ff

#ef80ff #ff80d0 #b080ff

Monochromatic Colors of #ef80ff

#ef80ff

Complementary Color

#ef80ff #90ff80

#ef80ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef80ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef80ff Color CSS Codes

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

#ef80ff Text Font Color

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

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


#ef80ff Background Color

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

This div background color is #ef80ff


#ef80ff Border Color

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

This div border color is #ef80ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef80ff

#ef80ff Color Palettes


Comments

No comments written yet.

Please login to write comment.