Color Hex Logo

#ba51bf Color Hex

#BA51BF
(186,81,191)
0 Favorites   0 Comments

Color spaces of #ba51bf

RGB 18681191
HSL0.830.460.53
HSV297°58°75°
CMYK 0.030.580.00   0.25
XYZ32.596120.085651.4491
Yxy20.08560.31300.1929
Hunter Lab44.817051.3963-36.6920
CIE-Lab51.933957.1637-38.6494

#ba51bf color RGB value is (186,81,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 10111111
Octal 272 121 277
Decimal 186 81 191
Hex BA 51 BF

RGB Percentages of Color #ba51bf

%40.61
%17.69
%41.70

CMYK Percentages of Color #ba51bf

%3
%58
%0
%25

Triadic Colors of #ba51bf

#ba51bf #bfba51 #51bfba

Analogous Colors of #ba51bf

#ba51bf #bf518d #8351bf

Monochromatic Colors of #ba51bf

#ba51bf

Complementary Color

#ba51bf #56bf51

#ba51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba51bf Color CSS Codes

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

#ba51bf Text Font Color

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

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


#ba51bf Background Color

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

This div background color is #ba51bf


#ba51bf Border Color

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

This div border color is #ba51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba51bf


Comments

No comments written yet.

Please login to write comment.