Color Hex Logo

#eb32fe Color Hex

#EB32FE
(235,50,254)
0 Favorites   0 Comments

Color spaces of #eb32fe

RGB 23550254
HSL0.820.990.60
HSV294°80°100°
CMYK 0.070.800.00   0.00
XYZ53.290927.099196.1878
Yxy27.09910.30180.1535
Hunter Lab52.056891.6323-73.1132
CIE-Lab59.065988.7350-62.4796

#eb32fe color RGB value is (235,50,254).

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

The process color (four color CMYK) of #eb32fe color hex is 0.07, 0.80, 0.00, 0.00. Web safe color of #eb32fe is #ff33ff. Color #eb32fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110010 11111110
Octal 353 62 376
Decimal 235 50 254
Hex EB 32 FE

RGB Percentages of Color #eb32fe

%43.60
%9.28
%47.12

CMYK Percentages of Color #eb32fe

%7
%80
%0
%0

Triadic Colors of #eb32fe

#eb32fe #feeb32 #32feeb

Analogous Colors of #eb32fe

#eb32fe #fe32ab #8532fe

Monochromatic Colors of #eb32fe

#eb32fe

Complementary Color

#eb32fe #45fe32

#eb32fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb32fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb32fe Color CSS Codes

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

#eb32fe Text Font Color

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

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


#eb32fe Background Color

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

This div background color is #eb32fe


#eb32fe Border Color

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

This div border color is #eb32fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb32fe


Comments

No comments written yet.

Please login to write comment.