Color Hex Logo

#eb41fa Color Hex

#EB41FA
(235,65,250)
0 Favorites   0 Comments

Color spaces of #eb41fa

RGB 23565250
HSL0.820.950.62
HSV295°74°98°
CMYK 0.060.740.00   0.02
XYZ53.406628.344993.0988
Yxy28.34490.30540.1621
Hunter Lab53.239985.8889-66.4104
CIE-Lab60.199184.1491-58.4493

#eb41fa color RGB value is (235,65,250).

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

The process color (four color CMYK) of #eb41fa color hex is 0.06, 0.74, 0.00, 0.02. Web safe color of #eb41fa is #ff33ff. Color #eb41fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000001 11111010
Octal 353 101 372
Decimal 235 65 250
Hex EB 41 FA

RGB Percentages of Color #eb41fa

%42.73
%11.82
%45.45

CMYK Percentages of Color #eb41fa

%6
%74
%0
%2

Triadic Colors of #eb41fa

#eb41fa #faeb41 #41faeb

Analogous Colors of #eb41fa

#eb41fa #fa41ad #8f41fa

Monochromatic Colors of #eb41fa

#eb41fa

Complementary Color

#eb41fa #50fa41

#eb41fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb41fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb41fa Color CSS Codes

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

#eb41fa Text Font Color

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

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


#eb41fa Background Color

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

This div background color is #eb41fa


#eb41fa Border Color

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

This div border color is #eb41fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,65,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb41fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb41fa

Related Colors


Comments

No comments written yet.

Please login to write comment.