Color Hex Logo

#eb2bab Color Hex

#EB2BAB
(235,43,171)
0 Favorites   0 Comments

Color spaces of #eb2bab

RGB 23543171
HSL0.890.830.55
HSV320°82°92°
CMYK 0.000.820.27   0.08
XYZ42.475522.330240.5995
Yxy22.33020.40300.2119
Hunter Lab47.254877.7506-17.8612
CIE-Lab54.375678.9267-22.6145

#eb2bab color RGB value is (235,43,171).

#eb2bab hex color red value is 235, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb2bab hue: 0.89 , saturation: 0.83 and the lightness value of eb2bab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101011 10101011
Octal 353 53 253
Decimal 235 43 171
Hex EB 2B AB

RGB Percentages of Color #eb2bab

%52.34
%9.58
%38.08

CMYK Percentages of Color #eb2bab

%0
%82
%27
%8

Triadic Colors of #eb2bab

#eb2bab #abeb2b #2babeb

Analogous Colors of #eb2bab

#eb2bab #eb2b4b #cb2beb

Monochromatic Colors of #eb2bab

#eb2bab

Complementary Color

#eb2bab #2beb6b

#eb2bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2bab Color CSS Codes

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

#eb2bab Text Font Color

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

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


#eb2bab Background Color

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

This div background color is #eb2bab


#eb2bab Border Color

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

This div border color is #eb2bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2bab


Comments

No comments written yet.

Please login to write comment.