Color Hex Logo

#ba63ad Color Hex

#BA63AD
(186,99,173)
0 Favorites   0 Comments

Color spaces of #ba63ad

RGB 18699173
HSL0.860.390.56
HSV309°47°73°
CMYK 0.000.470.07   0.27
XYZ32.254422.379942.1549
Yxy22.37990.33320.2312
Hunter Lab47.307438.9142-19.7172
CIE-Lab54.427845.1868-24.3398

#ba63ad color RGB value is (186,99,173).

#ba63ad hex color red value is 186, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba63ad hue: 0.86 , saturation: 0.39 and the lightness value of ba63ad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 10101101
Octal 272 143 255
Decimal 186 99 173
Hex BA 63 AD

RGB Percentages of Color #ba63ad

%40.61
%21.62
%37.77

CMYK Percentages of Color #ba63ad

%0
%47
%7
%27

Triadic Colors of #ba63ad

#ba63ad #adba63 #63adba

Analogous Colors of #ba63ad

#ba63ad #ba6382 #9c63ba

Monochromatic Colors of #ba63ad

#ba63ad

Complementary Color

#ba63ad #63ba70

#ba63ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba63ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba63ad Color CSS Codes

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

#ba63ad Text Font Color

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

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


#ba63ad Background Color

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

This div background color is #ba63ad


#ba63ad Border Color

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

This div border color is #ba63ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba63ad


Comments

No comments written yet.

Please login to write comment.