Color Hex Logo

#ef82fe Color Hex

#EF82FE
(239,130,254)
0 Favorites   0 Comments

Color spaces of #ef82fe

RGB 239130254
HSL0.810.980.75
HSV293°49°100°
CMYK 0.060.490.00   0.00
XYZ61.468641.471798.5310
Yxy41.47170.30510.2058
Hunter Lab64.398557.6814-45.6359
CIE-Lab70.505159.5223-44.3027

#ef82fe color RGB value is (239,130,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 11111110
Octal 357 202 376
Decimal 239 130 254
Hex EF 82 FE

RGB Percentages of Color #ef82fe

%38.36
%20.87
%40.77

CMYK Percentages of Color #ef82fe

%6
%49
%0
%0

Triadic Colors of #ef82fe

#ef82fe #feef82 #82feef

Analogous Colors of #ef82fe

#ef82fe #fe82cf #b182fe

Monochromatic Colors of #ef82fe

#ef82fe

Complementary Color

#ef82fe #91fe82

#ef82fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef82fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef82fe Color CSS Codes

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

#ef82fe Text Font Color

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

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


#ef82fe Background Color

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

This div background color is #ef82fe


#ef82fe Border Color

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

This div border color is #ef82fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef82fe

Related Colors


Comments

No comments written yet.

Please login to write comment.