Color Hex Logo

#ba53ae Color Hex

#BA53AE
(186,83,174)
0 Favorites   0 Comments

Color spaces of #ba53ae

RGB 18683174
HSL0.850.430.53
HSV307°55°73°
CMYK 0.000.550.06   0.27
XYZ30.982919.681642.2103
Yxy19.68160.33360.2119
Hunter Lab44.363947.0239-25.3570
CIE-Lab51.475353.2687-29.4941

#ba53ae color RGB value is (186,83,174).

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

The process color (four color CMYK) of #ba53ae color hex is 0.00, 0.55, 0.06, 0.27. Web safe color of #ba53ae is #cc6699. Color #ba53ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 10101110
Octal 272 123 256
Decimal 186 83 174
Hex BA 53 AE

RGB Percentages of Color #ba53ae

%41.99
%18.74
%39.28

CMYK Percentages of Color #ba53ae

%0
%55
%6
%27

Triadic Colors of #ba53ae

#ba53ae #aeba53 #53aeba

Analogous Colors of #ba53ae

#ba53ae #ba537b #9353ba

Monochromatic Colors of #ba53ae

#ba53ae

Complementary Color

#ba53ae #53ba5f

#ba53ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba53ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba53ae Color CSS Codes

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

#ba53ae Text Font Color

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

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


#ba53ae Background Color

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

This div background color is #ba53ae


#ba53ae Border Color

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

This div border color is #ba53ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba53ae


Comments

No comments written yet.

Please login to write comment.