Color Hex Logo

#ba2eab Color Hex

#BA2EAB
(186,46,171)
0 Favorites   0 Comments

Color spaces of #ba2eab

RGB 18646171
HSL0.850.600.45
HSV306°75°73°
CMYK 0.000.750.08   0.27
XYZ28.577415.333439.9815
Yxy15.33340.34060.1828
Hunter Lab39.157961.7429-33.1265
CIE-Lab46.087567.3455-36.1702

#ba2eab color RGB value is (186,46,171).

#ba2eab hex color red value is 186, green value is 46 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba2eab hue: 0.85 , saturation: 0.60 and the lightness value of ba2eab is 0.45.

The process color (four color CMYK) of #ba2eab color hex is 0.00, 0.75, 0.08, 0.27. Web safe color of #ba2eab is #cc3399. Color #ba2eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101110 10101011
Octal 272 56 253
Decimal 186 46 171
Hex BA 2E AB

RGB Percentages of Color #ba2eab

%46.15
%11.41
%42.43

CMYK Percentages of Color #ba2eab

%0
%75
%8
%27

Triadic Colors of #ba2eab

#ba2eab #abba2e #2eabba

Analogous Colors of #ba2eab

#ba2eab #ba2e65 #832eba

Monochromatic Colors of #ba2eab

#ba2eab

Complementary Color

#ba2eab #2eba3d

#ba2eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2eab Color CSS Codes

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

#ba2eab Text Font Color

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

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


#ba2eab Background Color

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

This div background color is #ba2eab


#ba2eab Border Color

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

This div border color is #ba2eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2eab


Comments

No comments written yet.

Please login to write comment.