Color Hex Logo

#eb2aeb Color Hex

#EB2AEB
(235,42,235)
0 Favorites   0 Comments

Color spaces of #eb2aeb

RGB 23542235
HSL0.830.830.54
HSV300°82°92°
CMYK 0.000.820.00   0.08
XYZ50.084325.316380.8441
Yxy25.31630.32060.1620
Hunter Lab50.315389.6287-60.0435
CIE-Lab57.382387.5509-54.5820

#eb2aeb color RGB value is (235,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101010 11101011
Octal 353 52 353
Decimal 235 42 235
Hex EB 2A EB

RGB Percentages of Color #eb2aeb

%45.90
%8.20
%45.90

CMYK Percentages of Color #eb2aeb

%0
%82
%0
%8

Triadic Colors of #eb2aeb

#eb2aeb #ebeb2a #2aebeb

Analogous Colors of #eb2aeb

#eb2aeb #eb2a8b #8b2aeb

Monochromatic Colors of #eb2aeb

#eb2aeb

Complementary Color

#eb2aeb #2aeb2a

#eb2aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2aeb Color CSS Codes

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

#eb2aeb Text Font Color

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

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


#eb2aeb Background Color

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

This div background color is #eb2aeb


#eb2aeb Border Color

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

This div border color is #eb2aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2aeb


Comments

No comments written yet.

Please login to write comment.