Color Hex Logo

#eb82fe Color Hex

#EB82FE
(235,130,254)
0 Favorites   0 Comments

Color spaces of #eb82fe

RGB 235130254
HSL0.810.980.75
HSV291°49°100°
CMYK 0.070.490.00   0.00
XYZ60.133040.783298.4685
Yxy40.78320.30160.2045
Hunter Lab63.861756.3198-46.7161
CIE-Lab70.023858.4426-45.0918

#eb82fe color RGB value is (235,130,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 11111110
Octal 353 202 376
Decimal 235 130 254
Hex EB 82 FE

RGB Percentages of Color #eb82fe

%37.96
%21.00
%41.03

CMYK Percentages of Color #eb82fe

%7
%49
%0
%0

Triadic Colors of #eb82fe

#eb82fe #feeb82 #82feeb

Analogous Colors of #eb82fe

#eb82fe #fe82d3 #ad82fe

Monochromatic Colors of #eb82fe

#eb82fe

Complementary Color

#eb82fe #95fe82

#eb82fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb82fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb82fe Color CSS Codes

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

#eb82fe Text Font Color

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

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


#eb82fe Background Color

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

This div background color is #eb82fe


#eb82fe Border Color

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

This div border color is #eb82fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb82fe


Comments

No comments written yet.

Please login to write comment.