Color Hex Logo

#ba2acc Color Hex

#BA2ACC
(186,42,204)
0 Favorites   0 Comments

Color spaces of #ba2acc

RGB 18642204
HSL0.810.660.48
HSV293°79°80°
CMYK 0.090.790.00   0.20
XYZ31.976716.454758.6174
Yxy16.45470.29870.1537
Hunter Lab40.564469.7229-57.2817
CIE-Lab47.565573.7619-53.1036

#ba2acc color RGB value is (186,42,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101010 11001100
Octal 272 52 314
Decimal 186 42 204
Hex BA 2A CC

RGB Percentages of Color #ba2acc

%43.06
%9.72
%47.22

CMYK Percentages of Color #ba2acc

%9
%79
%0
%20

Triadic Colors of #ba2acc

#ba2acc #ccba2a #2accba

Analogous Colors of #ba2acc

#ba2acc #cc2a8d #692acc

Monochromatic Colors of #ba2acc

#ba2acc

Complementary Color

#ba2acc #3ccc2a

#ba2acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2acc Color CSS Codes

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

#ba2acc Text Font Color

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

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


#ba2acc Background Color

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

This div background color is #ba2acc


#ba2acc Border Color

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

This div border color is #ba2acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2acc


Comments

No comments written yet.

Please login to write comment.