Color Hex Logo

#eb1aba Color Hex

#EB1ABA
(235,26,186)
0 Favorites   0 Comments

Color spaces of #eb1aba

RGB 23526186
HSL0.870.840.51
HSV314°89°92°
CMYK 0.000.890.21   0.08
XYZ43.493321.946148.3980
Yxy21.94610.38210.1928
Hunter Lab46.846783.7410-28.4607
CIE-Lab53.969883.7053-31.9969

#eb1aba color RGB value is (235,26,186).

#eb1aba hex color red value is 235, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb1aba hue: 0.87 , saturation: 0.84 and the lightness value of eb1aba is 0.51.

The process color (four color CMYK) of #eb1aba color hex is 0.00, 0.89, 0.21, 0.08. Web safe color of #eb1aba is #ff33cc. Color #eb1aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011010 10111010
Octal 353 32 272
Decimal 235 26 186
Hex EB 1A BA

RGB Percentages of Color #eb1aba

%52.57
%5.82
%41.61

CMYK Percentages of Color #eb1aba

%0
%89
%21
%8

Triadic Colors of #eb1aba

#eb1aba #baeb1a #1abaeb

Analogous Colors of #eb1aba

#eb1aba #eb1a52 #b41aeb

Monochromatic Colors of #eb1aba

#eb1aba

Complementary Color

#eb1aba #1aeb4b

#eb1aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1aba Color CSS Codes

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

#eb1aba Text Font Color

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

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


#eb1aba Background Color

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

This div background color is #eb1aba


#eb1aba Border Color

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

This div border color is #eb1aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1aba


Comments

No comments written yet.

Please login to write comment.