Color Hex Logo

#ba50bd Color Hex

#BA50BD
(186,80,189)
0 Favorites   0 Comments

Color spaces of #ba50bd

RGB 18680189
HSL0.830.450.53
HSV298°58°74°
CMYK 0.020.580.00   0.26
XYZ32.303719.850550.2731
Yxy19.85050.31540.1938
Hunter Lab44.553951.4517-35.7131
CIE-Lab51.667857.2610-37.9121

#ba50bd color RGB value is (186,80,189).

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

The process color (four color CMYK) of #ba50bd color hex is 0.02, 0.58, 0.00, 0.26. Web safe color of #ba50bd is #cc66cc. Color #ba50bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 10111101
Octal 272 120 275
Decimal 186 80 189
Hex BA 50 BD

RGB Percentages of Color #ba50bd

%40.88
%17.58
%41.54

CMYK Percentages of Color #ba50bd

%2
%58
%0
%26

Triadic Colors of #ba50bd

#ba50bd #bdba50 #50bdba

Analogous Colors of #ba50bd

#ba50bd #bd508a #8450bd

Monochromatic Colors of #ba50bd

#ba50bd

Complementary Color

#ba50bd #53bd50

#ba50bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba50bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba50bd Color CSS Codes

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

#ba50bd Text Font Color

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

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


#ba50bd Background Color

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

This div background color is #ba50bd


#ba50bd Border Color

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

This div border color is #ba50bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba50bd


Comments

No comments written yet.

Please login to write comment.