Color Hex Logo

#ba41ae Color Hex

#BA41AE
(186,65,174)
0 Favorites   0 Comments

Color spaces of #ba41ae

RGB 18665174
HSL0.850.480.49
HSV306°65°73°
CMYK 0.000.650.06   0.27
XYZ29.780017.275741.8094
Yxy17.27570.33510.1944
Hunter Lab41.564055.1554-30.5452
CIE-Lab48.605661.1260-33.9788

#ba41ae color RGB value is (186,65,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000001 10101110
Octal 272 101 256
Decimal 186 65 174
Hex BA 41 AE

RGB Percentages of Color #ba41ae

%43.76
%15.29
%40.94

CMYK Percentages of Color #ba41ae

%0
%65
%6
%27

Triadic Colors of #ba41ae

#ba41ae #aeba41 #41aeba

Analogous Colors of #ba41ae

#ba41ae #ba4172 #8a41ba

Monochromatic Colors of #ba41ae

#ba41ae

Complementary Color

#ba41ae #41ba4d

#ba41ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba41ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba41ae Color CSS Codes

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

#ba41ae Text Font Color

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

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


#ba41ae Background Color

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

This div background color is #ba41ae


#ba41ae Border Color

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

This div border color is #ba41ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba41ae


Comments

No comments written yet.

Please login to write comment.