Color Hex Logo

#ba46bc Color Hex

#BA46BC
(186,70,188)
0 Favorites   0 Comments

Color spaces of #ba46bc

RGB 18670188
HSL0.830.470.51
HSV299°63°74°
CMYK 0.010.630.00   0.26
XYZ31.517018.450349.4771
Yxy18.45030.31690.1855
Hunter Lab42.953855.8037-38.2266
CIE-Lab50.037861.4309-39.9022

#ba46bc color RGB value is (186,70,188).

#ba46bc hex color red value is 186, green value is 70 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba46bc hue: 0.83 , saturation: 0.47 and the lightness value of ba46bc is 0.51.

The process color (four color CMYK) of #ba46bc color hex is 0.01, 0.63, 0.00, 0.26. Web safe color of #ba46bc is #cc33cc. Color #ba46bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 10111100
Octal 272 106 274
Decimal 186 70 188
Hex BA 46 BC

RGB Percentages of Color #ba46bc

%41.89
%15.77
%42.34

CMYK Percentages of Color #ba46bc

%1
%63
%0
%26

Triadic Colors of #ba46bc

#ba46bc #bcba46 #46bcba

Analogous Colors of #ba46bc

#ba46bc #bc4683 #7f46bc

Monochromatic Colors of #ba46bc

#ba46bc

Complementary Color

#ba46bc #48bc46

#ba46bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba46bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba46bc Color CSS Codes

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

#ba46bc Text Font Color

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

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


#ba46bc Background Color

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

This div background color is #ba46bc


#ba46bc Border Color

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

This div border color is #ba46bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba46bc


Comments

No comments written yet.

Please login to write comment.