Color Hex Logo

#ba6fbf Color Hex

#BA6FBF
(186,111,191)
0 Favorites   0 Comments

Color spaces of #ba6fbf

RGB 186111191
HSL0.820.380.59
HSV296°42°75°
CMYK 0.030.420.00   0.25
XYZ35.338125.569652.3631
Yxy25.56960.31200.2257
Hunter Lab50.566436.2528-26.0002
CIE-Lab57.626242.1781-29.7520

#ba6fbf color RGB value is (186,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101111 10111111
Octal 272 157 277
Decimal 186 111 191
Hex BA 6F BF

RGB Percentages of Color #ba6fbf

%38.11
%22.75
%39.14

CMYK Percentages of Color #ba6fbf

%3
%42
%0
%25

Triadic Colors of #ba6fbf

#ba6fbf #bfba6f #6fbfba

Analogous Colors of #ba6fbf

#ba6fbf #bf6f9c #926fbf

Monochromatic Colors of #ba6fbf

#ba6fbf

Complementary Color

#ba6fbf #74bf6f

#ba6fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6fbf Color CSS Codes

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

#ba6fbf Text Font Color

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

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


#ba6fbf Background Color

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

This div background color is #ba6fbf


#ba6fbf Border Color

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

This div border color is #ba6fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6fbf


Comments

No comments written yet.

Please login to write comment.