Color Hex Logo

#eb29eb Color Hex

#EB29EB
(235,41,235)
0 Favorites   0 Comments

Color spaces of #eb29eb

RGB 23541235
HSL0.830.830.54
HSV300°83°92°
CMYK 0.000.830.00   0.08
XYZ50.049325.246280.8324
Yxy25.24620.32060.1617
Hunter Lab50.245689.8729-60.2106
CIE-Lab57.314587.7491-54.6901

#eb29eb color RGB value is (235,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 11101011
Octal 353 51 353
Decimal 235 41 235
Hex EB 29 EB

RGB Percentages of Color #eb29eb

%45.99
%8.02
%45.99

CMYK Percentages of Color #eb29eb

%0
%83
%0
%8

Triadic Colors of #eb29eb

#eb29eb #ebeb29 #29ebeb

Analogous Colors of #eb29eb

#eb29eb #eb298a #8a29eb

Monochromatic Colors of #eb29eb

#eb29eb

Complementary Color

#eb29eb #29eb29

#eb29eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb29eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb29eb Color CSS Codes

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

#eb29eb Text Font Color

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

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


#eb29eb Background Color

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

This div background color is #eb29eb


#eb29eb Border Color

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

This div border color is #eb29eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb29eb


Comments

No comments written yet.

Please login to write comment.