Color Hex Logo

#ba76bf Color Hex

#BA76BF
(186,118,191)
0 Favorites   0 Comments

Color spaces of #ba76bf

RGB 186118191
HSL0.820.360.61
HSV296°38°75°
CMYK 0.030.380.00   0.25
XYZ36.132127.157652.6278
Yxy27.15760.31170.2343
Hunter Lab52.113032.5639-23.3967
CIE-Lab59.119938.4127-27.4403

#ba76bf color RGB value is (186,118,191).

#ba76bf hex color red value is 186, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ba76bf hue: 0.82 , saturation: 0.36 and the lightness value of ba76bf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10111111
Octal 272 166 277
Decimal 186 118 191
Hex BA 76 BF

RGB Percentages of Color #ba76bf

%37.58
%23.84
%38.59

CMYK Percentages of Color #ba76bf

%3
%38
%0
%25

Triadic Colors of #ba76bf

#ba76bf #bfba76 #76bfba

Analogous Colors of #ba76bf

#ba76bf #bf76a0 #9676bf

Monochromatic Colors of #ba76bf

#ba76bf

Complementary Color

#ba76bf #7bbf76

#ba76bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba76bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba76bf Color CSS Codes

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

#ba76bf Text Font Color

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

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


#ba76bf Background Color

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

This div background color is #ba76bf


#ba76bf Border Color

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

This div border color is #ba76bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba76bf

#ba76bf Color Palettes


Comments

No comments written yet.

Please login to write comment.