Color Hex Logo

#eb78fa Color Hex

#EB78FA
(235,120,250)
0 Favorites   0 Comments

Color spaces of #eb78fa

RGB 235120250
HSL0.810.930.73
HSV293°52°98°
CMYK 0.060.520.00   0.02
XYZ58.232737.997294.7075
Yxy37.99720.30500.1990
Hunter Lab61.641960.7546-47.9447
CIE-Lab68.018662.5158-46.0546

#eb78fa color RGB value is (235,120,250).

#eb78fa hex color red value is 235, green value is 120 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eb78fa hue: 0.81 , saturation: 0.93 and the lightness value of eb78fa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 11111010
Octal 353 170 372
Decimal 235 120 250
Hex EB 78 FA

RGB Percentages of Color #eb78fa

%38.84
%19.83
%41.32

CMYK Percentages of Color #eb78fa

%6
%52
%0
%2

Triadic Colors of #eb78fa

#eb78fa #faeb78 #78faeb

Analogous Colors of #eb78fa

#eb78fa #fa78c8 #aa78fa

Monochromatic Colors of #eb78fa

#eb78fa

Complementary Color

#eb78fa #87fa78

#eb78fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78fa Color CSS Codes

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

#eb78fa Text Font Color

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

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


#eb78fa Background Color

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

This div background color is #eb78fa


#eb78fa Border Color

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

This div border color is #eb78fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78fa


Comments

No comments written yet.

Please login to write comment.