Color Hex Logo

#eb57fa Color Hex

#EB57FA
(235,87,250)
0 Favorites   0 Comments

Color spaces of #eb57fa

RGB 23587250
HSL0.820.940.66
HSV294°65°98°
CMYK 0.060.650.00   0.02
XYZ54.924531.380793.6047
Yxy31.38070.30530.1744
Hunter Lab56.018576.9818-59.8583
CIE-Lab62.827776.6911-54.2604

#eb57fa color RGB value is (235,87,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 11111010
Octal 353 127 372
Decimal 235 87 250
Hex EB 57 FA

RGB Percentages of Color #eb57fa

%41.08
%15.21
%43.71

CMYK Percentages of Color #eb57fa

%6
%65
%0
%2

Triadic Colors of #eb57fa

#eb57fa #faeb57 #57faeb

Analogous Colors of #eb57fa

#eb57fa #fa57b8 #9a57fa

Monochromatic Colors of #eb57fa

#eb57fa

Complementary Color

#eb57fa #66fa57

#eb57fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb57fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb57fa Color CSS Codes

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

#eb57fa Text Font Color

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

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


#eb57fa Background Color

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

This div background color is #eb57fa


#eb57fa Border Color

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

This div border color is #eb57fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb57fa


Comments

No comments written yet.

Please login to write comment.