Color Hex Logo

#ba6acc Color Hex

#BA6ACC
(186,106,204)
0 Favorites   0 Comments

Color spaces of #ba6acc

RGB 186106204
HSL0.800.490.61
HSV289°48°80°
CMYK 0.090.480.00   0.20
XYZ36.302825.106860.0595
Yxy25.10680.29890.2067
Hunter Lab50.106741.6384-35.9922
CIE-Lab57.179347.3468-37.8514

#ba6acc color RGB value is (186,106,204).

#ba6acc hex color red value is 186, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba6acc hue: 0.80 , saturation: 0.49 and the lightness value of ba6acc is 0.61.

The process color (four color CMYK) of #ba6acc color hex is 0.09, 0.48, 0.00, 0.20. Web safe color of #ba6acc is #cc66cc. Color #ba6acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101010 11001100
Octal 272 152 314
Decimal 186 106 204
Hex BA 6A CC

RGB Percentages of Color #ba6acc

%37.50
%21.37
%41.13

CMYK Percentages of Color #ba6acc

%9
%48
%0
%20

Triadic Colors of #ba6acc

#ba6acc #ccba6a #6accba

Analogous Colors of #ba6acc

#ba6acc #cc6aad #896acc

Monochromatic Colors of #ba6acc

#ba6acc

Complementary Color

#ba6acc #7ccc6a

#ba6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6acc Color CSS Codes

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

#ba6acc Text Font Color

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

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


#ba6acc Background Color

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

This div background color is #ba6acc


#ba6acc Border Color

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

This div border color is #ba6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6acc


Comments

No comments written yet.

Please login to write comment.