Color Hex Logo

#ba84bf Color Hex

#BA84BF
(186,132,191)
0 Favorites   0 Comments

Color spaces of #ba84bf

RGB 186132191
HSL0.820.320.63
HSV295°31°75°
CMYK 0.030.310.00   0.25
XYZ37.904930.703253.2187
Yxy30.70320.31110.2520
Hunter Lab55.410525.1390-18.1574
CIE-Lab62.256330.7233-22.6180

#ba84bf color RGB value is (186,132,191).

#ba84bf hex color red value is 186, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ba84bf hue: 0.82 , saturation: 0.32 and the lightness value of ba84bf is 0.63.

The process color (four color CMYK) of #ba84bf color hex is 0.03, 0.31, 0.00, 0.25. Web safe color of #ba84bf is #cc99cc. Color #ba84bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 10111111
Octal 272 204 277
Decimal 186 132 191
Hex BA 84 BF

RGB Percentages of Color #ba84bf

%36.54
%25.93
%37.52

CMYK Percentages of Color #ba84bf

%3
%31
%0
%25

Triadic Colors of #ba84bf

#ba84bf #bfba84 #84bfba

Analogous Colors of #ba84bf

#ba84bf #bf84a7 #9d84bf

Monochromatic Colors of #ba84bf

#ba84bf

Complementary Color

#ba84bf #89bf84

#ba84bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84bf Color CSS Codes

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

#ba84bf Text Font Color

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

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


#ba84bf Background Color

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

This div background color is #ba84bf


#ba84bf Border Color

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

This div border color is #ba84bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84bf


Comments

No comments written yet.

Please login to write comment.