Color Hex Logo

#ba54ad Color Hex

#BA54AD
(186,84,173)
0 Favorites   0 Comments

Color spaces of #ba54ad

RGB 18684173
HSL0.850.430.53
HSV308°55°73°
CMYK 0.000.550.07   0.27
XYZ30.962819.796941.7244
Yxy19.79690.33480.2141
Hunter Lab44.493746.3527-24.4542
CIE-Lab51.606852.6274-28.7057

#ba54ad color RGB value is (186,84,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010100 10101101
Octal 272 124 255
Decimal 186 84 173
Hex BA 54 AD

RGB Percentages of Color #ba54ad

%41.99
%18.96
%39.05

CMYK Percentages of Color #ba54ad

%0
%55
%7
%27

Triadic Colors of #ba54ad

#ba54ad #adba54 #54adba

Analogous Colors of #ba54ad

#ba54ad #ba547a #9454ba

Monochromatic Colors of #ba54ad

#ba54ad

Complementary Color

#ba54ad #54ba61

#ba54ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba54ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba54ad Color CSS Codes

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

#ba54ad Text Font Color

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

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


#ba54ad Background Color

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

This div background color is #ba54ad


#ba54ad Border Color

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

This div border color is #ba54ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba54ad


Comments

No comments written yet.

Please login to write comment.