Color Hex Logo

#ba6ccc Color Hex

#BA6CCC
(186,108,204)
0 Favorites   0 Comments

Color spaces of #ba6ccc

RGB 186108204
HSL0.800.480.61
HSV289°47°80°
CMYK 0.090.470.00   0.20
XYZ36.511325.523960.1290
Yxy25.52390.29890.2089
Hunter Lab50.521240.5886-35.2006
CIE-Lab57.582446.3028-37.2198

#ba6ccc color RGB value is (186,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101100 11001100
Octal 272 154 314
Decimal 186 108 204
Hex BA 6C CC

RGB Percentages of Color #ba6ccc

%37.35
%21.69
%40.96

CMYK Percentages of Color #ba6ccc

%9
%47
%0
%20

Triadic Colors of #ba6ccc

#ba6ccc #ccba6c #6cccba

Analogous Colors of #ba6ccc

#ba6ccc #cc6cae #8a6ccc

Monochromatic Colors of #ba6ccc

#ba6ccc

Complementary Color

#ba6ccc #7ecc6c

#ba6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6ccc Color CSS Codes

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

#ba6ccc Text Font Color

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

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


#ba6ccc Background Color

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

This div background color is #ba6ccc


#ba6ccc Border Color

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

This div border color is #ba6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6ccc


Comments

No comments written yet.

Please login to write comment.