Color Hex Logo

#eb3fff Color Hex

#EB3FFF
(235,63,255)
0 Favorites   0 Comments

Color spaces of #eb3fff

RGB 23563255
HSL0.821.000.62
HSV294°75°100°
CMYK 0.080.750.00   0.00
XYZ54.088528.437297.2459
Yxy28.43720.30090.1582
Hunter Lab53.326587.7291-70.7922
CIE-Lab60.281785.5415-61.0846

#eb3fff color RGB value is (235,63,255).

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

The process color (four color CMYK) of #eb3fff color hex is 0.08, 0.75, 0.00, 0.00. Web safe color of #eb3fff is #ff33ff. Color #eb3fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111111 11111111
Octal 353 77 377
Decimal 235 63 255
Hex EB 3F FF

RGB Percentages of Color #eb3fff

%42.50
%11.39
%46.11

CMYK Percentages of Color #eb3fff

%8
%75
%0
%0

Triadic Colors of #eb3fff

#eb3fff #ffeb3f #3fffeb

Analogous Colors of #eb3fff

#eb3fff #ff3fb3 #8b3fff

Monochromatic Colors of #eb3fff

#eb3fff

Complementary Color

#eb3fff #53ff3f

#eb3fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3fff Color CSS Codes

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

#eb3fff Text Font Color

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

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


#eb3fff Background Color

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

This div background color is #eb3fff


#eb3fff Border Color

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

This div border color is #eb3fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3fff

Related Colors


Comments

No comments written yet.

Please login to write comment.