Color Hex Logo

#ba50bf Color Hex

#BA50BF
(186,80,191)
0 Favorites   0 Comments

Color spaces of #ba50bf

RGB 18680191
HSL0.830.460.53
HSV297°58°75°
CMYK 0.030.580.00   0.25
XYZ32.522319.938051.4245
Yxy19.93800.31310.1919
Hunter Lab44.652051.8696-37.0263
CIE-Lab51.767057.6184-38.9122

#ba50bf color RGB value is (186,80,191).

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

The process color (four color CMYK) of #ba50bf color hex is 0.03, 0.58, 0.00, 0.25. Web safe color of #ba50bf is #cc66cc. Color #ba50bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 10111111
Octal 272 120 277
Decimal 186 80 191
Hex BA 50 BF

RGB Percentages of Color #ba50bf

%40.70
%17.51
%41.79

CMYK Percentages of Color #ba50bf

%3
%58
%0
%25

Triadic Colors of #ba50bf

#ba50bf #bfba50 #50bfba

Analogous Colors of #ba50bf

#ba50bf #bf508d #8350bf

Monochromatic Colors of #ba50bf

#ba50bf

Complementary Color

#ba50bf #55bf50

#ba50bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba50bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba50bf Color CSS Codes

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

#ba50bf Text Font Color

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

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


#ba50bf Background Color

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

This div background color is #ba50bf


#ba50bf Border Color

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

This div border color is #ba50bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba50bf


Comments

No comments written yet.

Please login to write comment.