Color Hex Logo

#eb53eb Color Hex

#EB53EB
(235,83,235)
0 Favorites   0 Comments

Color spaces of #eb53eb

RGB 23583235
HSL0.830.790.62
HSV300°65°92°
CMYK 0.000.650.00   0.08
XYZ52.349629.846881.5991
Yxy29.84680.31960.1822
Hunter Lab54.632275.4356-50.3134
CIE-Lab61.521875.7075-48.0069

#eb53eb color RGB value is (235,83,235).

#eb53eb hex color red value is 235, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eb53eb hue: 0.83 , saturation: 0.79 and the lightness value of eb53eb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 11101011
Octal 353 123 353
Decimal 235 83 235
Hex EB 53 EB

RGB Percentages of Color #eb53eb

%42.50
%15.01
%42.50

CMYK Percentages of Color #eb53eb

%0
%65
%0
%8

Triadic Colors of #eb53eb

#eb53eb #ebeb53 #53ebeb

Analogous Colors of #eb53eb

#eb53eb #eb539f #9f53eb

Monochromatic Colors of #eb53eb

#eb53eb

Complementary Color

#eb53eb #53eb53

#eb53eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb53eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb53eb Color CSS Codes

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

#eb53eb Text Font Color

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

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


#eb53eb Background Color

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

This div background color is #eb53eb


#eb53eb Border Color

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

This div border color is #eb53eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb53eb


Comments

No comments written yet.

Please login to write comment.