Color Hex Logo

#ba08ad Color Hex

#BA08AD
(186,8,173)
0 Favorites   0 Comments

Color spaces of #ba08ad

RGB 1868173
HSL0.850.920.38
HSV304°96°73°
CMYK 0.000.960.07   0.27
XYZ27.879413.629940.6966
Yxy13.62990.33910.1658
Hunter Lab36.918770.1878-39.5141
CIE-Lab43.697474.8979-41.1398

#ba08ad color RGB value is (186,8,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 10101101
Octal 272 10 255
Decimal 186 8 173
Hex BA 8 AD

RGB Percentages of Color #ba08ad

%50.68
%2.18
%47.14

CMYK Percentages of Color #ba08ad

%0
%96
%7
%27

Triadic Colors of #ba08ad

#ba08ad #adba08 #08adba

Analogous Colors of #ba08ad

#ba08ad #ba0854 #6e08ba

Monochromatic Colors of #ba08ad

#ba08ad

Complementary Color

#ba08ad #08ba15

#ba08ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba08ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba08ad Color CSS Codes

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

#ba08ad Text Font Color

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

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


#ba08ad Background Color

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

This div background color is #ba08ad


#ba08ad Border Color

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

This div border color is #ba08ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba08ad


Comments

No comments written yet.

Please login to write comment.