Color Hex Logo

#ba46cc Color Hex

#BA46CC
(186,70,204)
0 Favorites   0 Comments

Color spaces of #ba46cc

RGB 18670204
HSL0.810.570.54
HSV292°66°80°
CMYK 0.090.660.00   0.20
XYZ33.338919.179159.0715
Yxy19.17910.29880.1719
Hunter Lab43.793959.2468-49.3176
CIE-Lab50.896164.2753-47.7802

#ba46cc color RGB value is (186,70,204).

#ba46cc hex color red value is 186, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba46cc hue: 0.81 , saturation: 0.57 and the lightness value of ba46cc is 0.54.

The process color (four color CMYK) of #ba46cc color hex is 0.09, 0.66, 0.00, 0.20. Web safe color of #ba46cc is #cc33cc. Color #ba46cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 11001100
Octal 272 106 314
Decimal 186 70 204
Hex BA 46 CC

RGB Percentages of Color #ba46cc

%40.43
%15.22
%44.35

CMYK Percentages of Color #ba46cc

%9
%66
%0
%20

Triadic Colors of #ba46cc

#ba46cc #ccba46 #46ccba

Analogous Colors of #ba46cc

#ba46cc #cc469b #7746cc

Monochromatic Colors of #ba46cc

#ba46cc

Complementary Color

#ba46cc #58cc46

#ba46cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba46cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba46cc Color CSS Codes

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

#ba46cc Text Font Color

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

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


#ba46cc Background Color

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

This div background color is #ba46cc


#ba46cc Border Color

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

This div border color is #ba46cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba46cc


Comments

No comments written yet.

Please login to write comment.