Color Hex Logo

#ba6cbf Color Hex

#BA6CBF
(186,108,191)
0 Favorites   0 Comments

Color spaces of #ba6cbf

RGB 186108191
HSL0.820.390.59
HSV296°43°75°
CMYK 0.030.430.00   0.25
XYZ35.016224.925852.2558
Yxy24.92580.31210.2222
Hunter Lab49.925737.8237-27.1091
CIE-Lab57.003143.7692-30.7193

#ba6cbf color RGB value is (186,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101100 10111111
Octal 272 154 277
Decimal 186 108 191
Hex BA 6C BF

RGB Percentages of Color #ba6cbf

%38.35
%22.27
%39.38

CMYK Percentages of Color #ba6cbf

%3
%43
%0
%25

Triadic Colors of #ba6cbf

#ba6cbf #bfba6c #6cbfba

Analogous Colors of #ba6cbf

#ba6cbf #bf6c9b #916cbf

Monochromatic Colors of #ba6cbf

#ba6cbf

Complementary Color

#ba6cbf #71bf6c

#ba6cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6cbf Color CSS Codes

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

#ba6cbf Text Font Color

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

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


#ba6cbf Background Color

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

This div background color is #ba6cbf


#ba6cbf Border Color

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

This div border color is #ba6cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6cbf


Comments

No comments written yet.

Please login to write comment.