Color Hex Logo

#ba4aae Color Hex

#BA4AAE
(186,74,174)
0 Favorites   0 Comments

Color spaces of #ba4aae

RGB 18674174
HSL0.850.450.51
HSV306°60°73°
CMYK 0.000.600.06   0.27
XYZ30.338518.392741.9955
Yxy18.39270.33440.2027
Hunter Lab42.886751.2210-28.0372
CIE-Lab49.969057.3590-31.8434

#ba4aae color RGB value is (186,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001010 10101110
Octal 272 112 256
Decimal 186 74 174
Hex BA 4A AE

RGB Percentages of Color #ba4aae

%42.86
%17.05
%40.09

CMYK Percentages of Color #ba4aae

%0
%60
%6
%27

Triadic Colors of #ba4aae

#ba4aae #aeba4a #4aaeba

Analogous Colors of #ba4aae

#ba4aae #ba4a76 #8e4aba

Monochromatic Colors of #ba4aae

#ba4aae

Complementary Color

#ba4aae #4aba56

#ba4aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4aae Color CSS Codes

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

#ba4aae Text Font Color

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

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


#ba4aae Background Color

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

This div background color is #ba4aae


#ba4aae Border Color

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

This div border color is #ba4aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4aae


Comments

No comments written yet.

Please login to write comment.