Color Hex Logo

#ba0eab Color Hex

#BA0EAB
(186,14,171)
0 Favorites   0 Comments

Color spaces of #ba0eab

RGB 18614171
HSL0.850.860.39
HSV305°92°73°
CMYK 0.000.920.08   0.27
XYZ27.757413.693539.7082
Yxy13.69350.34200.1687
Hunter Lab37.004769.1353-37.7183
CIE-Lab43.790174.0130-39.8041

#ba0eab color RGB value is (186,14,171).

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

The process color (four color CMYK) of #ba0eab color hex is 0.00, 0.92, 0.08, 0.27. Web safe color of #ba0eab is #cc0099. Color #ba0eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001110 10101011
Octal 272 16 253
Decimal 186 14 171
Hex BA E AB

RGB Percentages of Color #ba0eab

%50.13
%3.77
%46.09

CMYK Percentages of Color #ba0eab

%0
%92
%8
%27

Triadic Colors of #ba0eab

#ba0eab #abba0e #0eabba

Analogous Colors of #ba0eab

#ba0eab #ba0e55 #730eba

Monochromatic Colors of #ba0eab

#ba0eab

Complementary Color

#ba0eab #0eba1d

#ba0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0eab Color CSS Codes

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

#ba0eab Text Font Color

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

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


#ba0eab Background Color

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

This div background color is #ba0eab


#ba0eab Border Color

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

This div border color is #ba0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0eab


Comments

No comments written yet.

Please login to write comment.