Color Hex Logo

#ba84ba Color Hex

#BA84BA
(186,132,186)
0 Favorites   0 Comments

Color spaces of #ba84ba

RGB 186132186
HSL0.830.280.62
HSV300°29°73°
CMYK 0.000.290.00   0.27
XYZ37.363930.486850.3696
Yxy30.48680.31610.2579
Hunter Lab55.214924.1650-15.4367
CIE-Lab62.072029.7583-20.0726

#ba84ba color RGB value is (186,132,186).

#ba84ba hex color red value is 186, green value is 132 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ba84ba hue: 0.83 , saturation: 0.28 and the lightness value of ba84ba is 0.62.

The process color (four color CMYK) of #ba84ba color hex is 0.00, 0.29, 0.00, 0.27. Web safe color of #ba84ba is #cc99cc. Color #ba84ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 10111010
Octal 272 204 272
Decimal 186 132 186
Hex BA 84 BA

RGB Percentages of Color #ba84ba

%36.90
%26.19
%36.90

CMYK Percentages of Color #ba84ba

%0
%29
%0
%27

Triadic Colors of #ba84ba

#ba84ba #baba84 #84baba

Analogous Colors of #ba84ba

#ba84ba #ba849f #9f84ba

Monochromatic Colors of #ba84ba

#ba84ba

Complementary Color

#ba84ba #84ba84

#ba84ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84ba Color CSS Codes

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

#ba84ba Text Font Color

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

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


#ba84ba Background Color

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

This div background color is #ba84ba


#ba84ba Border Color

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

This div border color is #ba84ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84ba


Comments

No comments written yet.

Please login to write comment.