Color Hex Logo

#eb58fa Color Hex

#EB58FA
(235,88,250)
0 Favorites   0 Comments

Color spaces of #eb58fa

RGB 23588250
HSL0.820.940.66
HSV294°65°98°
CMYK 0.060.650.00   0.02
XYZ55.006031.543793.6319
Yxy31.54370.30530.1751
Hunter Lab56.163876.5337-59.5290
CIE-Lab62.964076.3097-54.0439

#eb58fa color RGB value is (235,88,250).

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

The process color (four color CMYK) of #eb58fa color hex is 0.06, 0.65, 0.00, 0.02. Web safe color of #eb58fa is #ff66ff. Color #eb58fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 11111010
Octal 353 130 372
Decimal 235 88 250
Hex EB 58 FA

RGB Percentages of Color #eb58fa

%41.01
%15.36
%43.63

CMYK Percentages of Color #eb58fa

%6
%65
%0
%2

Triadic Colors of #eb58fa

#eb58fa #faeb58 #58faeb

Analogous Colors of #eb58fa

#eb58fa #fa58b8 #9a58fa

Monochromatic Colors of #eb58fa

#eb58fa

Complementary Color

#eb58fa #67fa58

#eb58fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb58fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb58fa Color CSS Codes

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

#eb58fa Text Font Color

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

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


#eb58fa Background Color

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

This div background color is #eb58fa


#eb58fa Border Color

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

This div border color is #eb58fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb58fa


Comments

No comments written yet.

Please login to write comment.