Color Hex Logo

#ba84cb Color Hex

#BA84CB
(186,132,203)
0 Favorites   0 Comments

Color spaces of #ba84cb

RGB 186132203
HSL0.790.410.66
HSV286°35°80°
CMYK 0.080.350.00   0.20
XYZ39.280531.253460.4621
Yxy31.25340.29990.2386
Hunter Lab55.904727.5866-24.9900
CIE-Lab62.721033.1197-28.6626

#ba84cb color RGB value is (186,132,203).

#ba84cb hex color red value is 186, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba84cb hue: 0.79 , saturation: 0.41 and the lightness value of ba84cb is 0.66.

The process color (four color CMYK) of #ba84cb color hex is 0.08, 0.35, 0.00, 0.20. Web safe color of #ba84cb is #cc99cc. Color #ba84cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 11001011
Octal 272 204 313
Decimal 186 132 203
Hex BA 84 CB

RGB Percentages of Color #ba84cb

%35.70
%25.34
%38.96

CMYK Percentages of Color #ba84cb

%8
%35
%0
%20

Triadic Colors of #ba84cb

#ba84cb #cbba84 #84cbba

Analogous Colors of #ba84cb

#ba84cb #cb84b9 #9784cb

Monochromatic Colors of #ba84cb

#ba84cb

Complementary Color

#ba84cb #95cb84

#ba84cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84cb Color CSS Codes

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

#ba84cb Text Font Color

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

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


#ba84cb Background Color

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

This div background color is #ba84cb


#ba84cb Border Color

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

This div border color is #ba84cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84cb


Comments

No comments written yet.

Please login to write comment.