Color Hex Logo

#eb2aab Color Hex

#EB2AAB
(235,42,171)
0 Favorites   0 Comments

Color spaces of #eb2aab

RGB 23542171
HSL0.890.830.54
HSV320°82°92°
CMYK 0.000.820.27   0.08
XYZ42.439622.258440.5876
Yxy22.25840.40310.2114
Hunter Lab47.178878.0064-17.9816
CIE-Lab54.300179.1444-22.7306

#eb2aab color RGB value is (235,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101010 10101011
Octal 353 52 253
Decimal 235 42 171
Hex EB 2A AB

RGB Percentages of Color #eb2aab

%52.46
%9.38
%38.17

CMYK Percentages of Color #eb2aab

%0
%82
%27
%8

Triadic Colors of #eb2aab

#eb2aab #abeb2a #2aabeb

Analogous Colors of #eb2aab

#eb2aab #eb2a4a #cb2aeb

Monochromatic Colors of #eb2aab

#eb2aab

Complementary Color

#eb2aab #2aeb6a

#eb2aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2aab Color CSS Codes

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

#eb2aab Text Font Color

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

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


#eb2aab Background Color

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

This div background color is #eb2aab


#eb2aab Border Color

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

This div border color is #eb2aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2aab


Comments

No comments written yet.

Please login to write comment.