Color Hex Logo

#ba0aad Color Hex

#BA0AAD
(186,10,173)
0 Favorites   0 Comments

Color spaces of #ba0aad

RGB 18610173
HSL0.850.900.38
HSV304°95°73°
CMYK 0.000.950.07   0.27
XYZ27.901113.673340.7038
Yxy13.67330.33910.1662
Hunter Lab36.977469.9756-39.3807
CIE-Lab43.760774.7112-41.0392

#ba0aad color RGB value is (186,10,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001010 10101101
Octal 272 12 255
Decimal 186 10 173
Hex BA A AD

RGB Percentages of Color #ba0aad

%50.41
%2.71
%46.88

CMYK Percentages of Color #ba0aad

%0
%95
%7
%27

Triadic Colors of #ba0aad

#ba0aad #adba0a #0aadba

Analogous Colors of #ba0aad

#ba0aad #ba0a55 #6f0aba

Monochromatic Colors of #ba0aad

#ba0aad

Complementary Color

#ba0aad #0aba17

#ba0aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0aad Color CSS Codes

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

#ba0aad Text Font Color

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

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


#ba0aad Background Color

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

This div background color is #ba0aad


#ba0aad Border Color

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

This div border color is #ba0aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0aad


Comments

No comments written yet.

Please login to write comment.