Color Hex Logo

#ba8aca Color Hex

#BA8ACA
(186,138,202)
0 Favorites   0 Comments

Color spaces of #ba8aca

RGB 186138202
HSL0.790.380.67
HSV285°32°79°
CMYK 0.080.320.00   0.21
XYZ39.998832.880360.1155
Yxy32.88030.30080.2472
Hunter Lab57.341324.1664-22.0195
CIE-Lab64.063929.5878-26.0325

#ba8aca color RGB value is (186,138,202).

#ba8aca hex color red value is 186, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba8aca hue: 0.79 , saturation: 0.38 and the lightness value of ba8aca is 0.67.

The process color (four color CMYK) of #ba8aca color hex is 0.08, 0.32, 0.00, 0.21. Web safe color of #ba8aca is #cc99cc. Color #ba8aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 11001010
Octal 272 212 312
Decimal 186 138 202
Hex BA 8A CA

RGB Percentages of Color #ba8aca

%35.36
%26.24
%38.40

CMYK Percentages of Color #ba8aca

%8
%32
%0
%21

Triadic Colors of #ba8aca

#ba8aca #caba8a #8acaba

Analogous Colors of #ba8aca

#ba8aca #ca8aba #9a8aca

Monochromatic Colors of #ba8aca

#ba8aca

Complementary Color

#ba8aca #9aca8a

#ba8aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8aca Color CSS Codes

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

#ba8aca Text Font Color

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

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


#ba8aca Background Color

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

This div background color is #ba8aca


#ba8aca Border Color

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

This div border color is #ba8aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8aca


Comments

No comments written yet.

Please login to write comment.