Color Hex Logo

#eb35eb Color Hex

#EB35EB
(235,53,235)
0 Favorites   0 Comments

Color spaces of #eb35eb

RGB 23553235
HSL0.830.820.56
HSV300°77°92°
CMYK 0.000.770.00   0.08
XYZ50.529426.206580.9924
Yxy26.20650.32040.1661
Hunter Lab51.192386.6021-57.9694
CIE-Lab58.232585.0790-53.2267

#eb35eb color RGB value is (235,53,235).

#eb35eb hex color red value is 235, green value is 53 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eb35eb hue: 0.83 , saturation: 0.82 and the lightness value of eb35eb is 0.56.

The process color (four color CMYK) of #eb35eb color hex is 0.00, 0.77, 0.00, 0.08. Web safe color of #eb35eb is #ff33ff. Color #eb35eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110101 11101011
Octal 353 65 353
Decimal 235 53 235
Hex EB 35 EB

RGB Percentages of Color #eb35eb

%44.93
%10.13
%44.93

CMYK Percentages of Color #eb35eb

%0
%77
%0
%8

Triadic Colors of #eb35eb

#eb35eb #ebeb35 #35ebeb

Analogous Colors of #eb35eb

#eb35eb #eb3590 #9035eb

Monochromatic Colors of #eb35eb

#eb35eb

Complementary Color

#eb35eb #35eb35

#eb35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb35eb Color CSS Codes

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

#eb35eb Text Font Color

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

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


#eb35eb Background Color

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

This div background color is #eb35eb


#eb35eb Border Color

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

This div border color is #eb35eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb35eb


Comments

No comments written yet.

Please login to write comment.