Color Hex Logo

#eb82ff Color Hex

#EB82FF
(235,130,255)
0 Favorites   0 Comments

Color spaces of #eb82ff

RGB 235130255
HSL0.811.000.75
HSV290°49°100°
CMYK 0.080.490.00   0.00
XYZ60.293640.847499.3143
Yxy40.84740.30080.2038
Hunter Lab63.912056.5483-47.3937
CIE-Lab70.068958.6300-45.5662

#eb82ff color RGB value is (235,130,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 11111111
Octal 353 202 377
Decimal 235 130 255
Hex EB 82 FF

RGB Percentages of Color #eb82ff

%37.90
%20.97
%41.13

CMYK Percentages of Color #eb82ff

%8
%49
%0
%0

Triadic Colors of #eb82ff

#eb82ff #ffeb82 #82ffeb

Analogous Colors of #eb82ff

#eb82ff #ff82d5 #ad82ff

Monochromatic Colors of #eb82ff

#eb82ff

Complementary Color

#eb82ff #96ff82

#eb82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb82ff Color CSS Codes

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

#eb82ff Text Font Color

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

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


#eb82ff Background Color

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

This div background color is #eb82ff


#eb82ff Border Color

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

This div border color is #eb82ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb82ff

Related Colors

#eb82ff Color Palettes


Comments

No comments written yet.

Please login to write comment.