Color Hex Logo

#ba08bd Color Hex

#BA08BD
(186,8,189)
0 Favorites   0 Comments

Color spaces of #ba08bd

RGB 1868189
HSL0.830.920.39
HSV299°96°74°
CMYK 0.020.960.00   0.26
XYZ29.521814.286949.3458
Yxy14.28690.31690.1534
Hunter Lab37.798073.2693-50.9453
CIE-Lab44.641677.2277-49.0699

#ba08bd color RGB value is (186,8,189).

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

The process color (four color CMYK) of #ba08bd color hex is 0.02, 0.96, 0.00, 0.26. Web safe color of #ba08bd is #cc00cc. Color #ba08bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 10111101
Octal 272 10 275
Decimal 186 8 189
Hex BA 8 BD

RGB Percentages of Color #ba08bd

%48.56
%2.09
%49.35

CMYK Percentages of Color #ba08bd

%2
%96
%0
%26

Triadic Colors of #ba08bd

#ba08bd #bdba08 #08bdba

Analogous Colors of #ba08bd

#ba08bd #bd0866 #6008bd

Monochromatic Colors of #ba08bd

#ba08bd

Complementary Color

#ba08bd #0bbd08

#ba08bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba08bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba08bd Color CSS Codes

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

#ba08bd Text Font Color

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

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


#ba08bd Background Color

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

This div background color is #ba08bd


#ba08bd Border Color

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

This div border color is #ba08bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba08bd


Comments

No comments written yet.

Please login to write comment.