Color Hex Logo

#ba3aae Color Hex

#BA3AAE
(186,58,174)
0 Favorites   0 Comments

Color spaces of #ba3aae

RGB 18658174
HSL0.850.520.48
HSV306°69°73°
CMYK 0.000.690.06   0.27
XYZ29.402716.521241.6836
Yxy16.52120.33560.1886
Hunter Lab40.646357.9923-32.3507
CIE-Lab47.651063.8002-35.4787

#ba3aae color RGB value is (186,58,174).

#ba3aae hex color red value is 186, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba3aae hue: 0.85 , saturation: 0.52 and the lightness value of ba3aae is 0.48.

The process color (four color CMYK) of #ba3aae color hex is 0.00, 0.69, 0.06, 0.27. Web safe color of #ba3aae is #cc3399. Color #ba3aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111010 10101110
Octal 272 72 256
Decimal 186 58 174
Hex BA 3A AE

RGB Percentages of Color #ba3aae

%44.50
%13.88
%41.63

CMYK Percentages of Color #ba3aae

%0
%69
%6
%27

Triadic Colors of #ba3aae

#ba3aae #aeba3a #3aaeba

Analogous Colors of #ba3aae

#ba3aae #ba3a6e #863aba

Monochromatic Colors of #ba3aae

#ba3aae

Complementary Color

#ba3aae #3aba46

#ba3aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3aae Color CSS Codes

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

#ba3aae Text Font Color

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

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


#ba3aae Background Color

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

This div background color is #ba3aae


#ba3aae Border Color

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

This div border color is #ba3aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3aae


Comments

No comments written yet.

Please login to write comment.