Color Hex Logo

#eb78eb Color Hex

#EB78EB
(235,120,235)
0 Favorites   0 Comments

Color spaces of #eb78eb

RGB 235120235
HSL0.830.740.70
HSV300°49°92°
CMYK 0.000.490.00   0.08
XYZ55.972837.093382.8069
Yxy37.09330.31830.2109
Hunter Lab60.904357.4642-37.9791
CIE-Lab67.347059.8444-38.8555

#eb78eb color RGB value is (235,120,235).

#eb78eb hex color red value is 235, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eb78eb hue: 0.83 , saturation: 0.74 and the lightness value of eb78eb is 0.70.

The process color (four color CMYK) of #eb78eb color hex is 0.00, 0.49, 0.00, 0.08. Web safe color of #eb78eb is #ff66ff. Color #eb78eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111000 11101011
Octal 353 170 353
Decimal 235 120 235
Hex EB 78 EB

RGB Percentages of Color #eb78eb

%39.83
%20.34
%39.83

CMYK Percentages of Color #eb78eb

%0
%49
%0
%8

Triadic Colors of #eb78eb

#eb78eb #ebeb78 #78ebeb

Analogous Colors of #eb78eb

#eb78eb #eb78b2 #b278eb

Monochromatic Colors of #eb78eb

#eb78eb

Complementary Color

#eb78eb #78eb78

#eb78eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb78eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb78eb Color CSS Codes

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

#eb78eb Text Font Color

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

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


#eb78eb Background Color

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

This div background color is #eb78eb


#eb78eb Border Color

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

This div border color is #eb78eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb78eb


Comments

No comments written yet.

Please login to write comment.