Color Hex Logo

#ba2aea Color Hex

#BA2AEA
(186,42,234)
0 Favorites   0 Comments

Color spaces of #ba2aea

RGB 18642234
HSL0.790.820.54
HSV285°82°92°
CMYK 0.210.820.00   0.08
XYZ35.928918.035579.4294
Yxy18.03550.26930.1352
Hunter Lab42.468276.6949-81.1638
CIE-Lab49.539179.0289-67.0421

#ba2aea color RGB value is (186,42,234).

#ba2aea hex color red value is 186, green value is 42 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba2aea hue: 0.79 , saturation: 0.82 and the lightness value of ba2aea is 0.54.

The process color (four color CMYK) of #ba2aea color hex is 0.21, 0.82, 0.00, 0.08. Web safe color of #ba2aea is #cc33ff. Color #ba2aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101010 11101010
Octal 272 52 352
Decimal 186 42 234
Hex BA 2A EA

RGB Percentages of Color #ba2aea

%40.26
%9.09
%50.65

CMYK Percentages of Color #ba2aea

%21
%82
%0
%8

Triadic Colors of #ba2aea

#ba2aea #eaba2a #2aeaba

Analogous Colors of #ba2aea

#ba2aea #ea2aba #5a2aea

Monochromatic Colors of #ba2aea

#ba2aea

Complementary Color

#ba2aea #5aea2a

#ba2aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2aea Color CSS Codes

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

#ba2aea Text Font Color

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

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


#ba2aea Background Color

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

This div background color is #ba2aea


#ba2aea Border Color

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

This div border color is #ba2aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2aea


Comments

No comments written yet.

Please login to write comment.