Color Hex Logo

#ba0eac Color Hex

#BA0EAC
(186,14,172)
0 Favorites   0 Comments

Color spaces of #ba0eac

RGB 18614172
HSL0.850.860.39
HSV305°92°73°
CMYK 0.000.920.08   0.27
XYZ27.853113.731740.2122
Yxy13.73170.34050.1679
Hunter Lab37.056369.3197-38.4000
CIE-Lab43.845774.1543-40.3103

#ba0eac color RGB value is (186,14,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001110 10101100
Octal 272 16 254
Decimal 186 14 172
Hex BA E AC

RGB Percentages of Color #ba0eac

%50.00
%3.76
%46.24

CMYK Percentages of Color #ba0eac

%0
%92
%8
%27

Triadic Colors of #ba0eac

#ba0eac #acba0e #0eacba

Analogous Colors of #ba0eac

#ba0eac #ba0e56 #720eba

Monochromatic Colors of #ba0eac

#ba0eac

Complementary Color

#ba0eac #0eba1c

#ba0eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0eac Color CSS Codes

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

#ba0eac Text Font Color

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

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


#ba0eac Background Color

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

This div background color is #ba0eac


#ba0eac Border Color

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

This div border color is #ba0eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0eac


Comments

No comments written yet.

Please login to write comment.