Color Hex Logo

#eb75fe Color Hex

#EB75FE
(235,117,254)
0 Favorites   0 Comments

Color spaces of #eb75fe

RGB 235117254
HSL0.810.990.73
HSV292°54°100°
CMYK 0.070.540.00   0.00
XYZ58.511637.540597.9281
Yxy37.54050.30160.1935
Hunter Lab61.270363.2400-51.8738
CIE-Lab67.680664.6494-48.7773

#eb75fe color RGB value is (235,117,254).

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

The process color (four color CMYK) of #eb75fe color hex is 0.07, 0.54, 0.00, 0.00. Web safe color of #eb75fe is #ff66ff. Color #eb75fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110101 11111110
Octal 353 165 376
Decimal 235 117 254
Hex EB 75 FE

RGB Percentages of Color #eb75fe

%38.78
%19.31
%41.91

CMYK Percentages of Color #eb75fe

%7
%54
%0
%0

Triadic Colors of #eb75fe

#eb75fe #feeb75 #75feeb

Analogous Colors of #eb75fe

#eb75fe #fe75cd #a775fe

Monochromatic Colors of #eb75fe

#eb75fe

Complementary Color

#eb75fe #88fe75

#eb75fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb75fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb75fe Color CSS Codes

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

#eb75fe Text Font Color

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

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


#eb75fe Background Color

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

This div background color is #eb75fe


#eb75fe Border Color

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

This div border color is #eb75fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb75fe

Related Colors


Comments

No comments written yet.

Please login to write comment.