Color Hex Logo

#ba0aae Color Hex

#BA0AAE
(186,10,174)
0 Favorites   0 Comments

Color spaces of #ba0aae

RGB 18610174
HSL0.840.900.38
HSV304°95°73°
CMYK 0.000.950.06   0.27
XYZ27.998213.712241.2154
Yxy13.71220.33760.1654
Hunter Lab37.030070.1605-40.0704
CIE-Lab43.817374.8522-41.5427

#ba0aae color RGB value is (186,10,174).

#ba0aae hex color red value is 186, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba0aae hue: 0.84 , saturation: 0.90 and the lightness value of ba0aae is 0.38.

The process color (four color CMYK) of #ba0aae color hex is 0.00, 0.95, 0.06, 0.27. Web safe color of #ba0aae is #cc0099. Color #ba0aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001010 10101110
Octal 272 12 256
Decimal 186 10 174
Hex BA A AE

RGB Percentages of Color #ba0aae

%50.27
%2.70
%47.03

CMYK Percentages of Color #ba0aae

%0
%95
%6
%27

Triadic Colors of #ba0aae

#ba0aae #aeba0a #0aaeba

Analogous Colors of #ba0aae

#ba0aae #ba0a56 #6e0aba

Monochromatic Colors of #ba0aae

#ba0aae

Complementary Color

#ba0aae #0aba16

#ba0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0aae Color CSS Codes

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

#ba0aae Text Font Color

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

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


#ba0aae Background Color

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

This div background color is #ba0aae


#ba0aae Border Color

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

This div border color is #ba0aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0aae


Comments

No comments written yet.

Please login to write comment.