Color Hex Logo

#ba8bce Color Hex

#BA8BCE
(186,139,206)
0 Favorites   0 Comments

Color spaces of #ba8bce

RGB 186139206
HSL0.780.410.68
HSV282°33°81°
CMYK 0.100.330.00   0.19
XYZ40.622933.360662.6907
Yxy33.36060.29720.2441
Hunter Lab57.758624.4653-23.9218
CIE-Lab64.451829.8542-27.6737

#ba8bce color RGB value is (186,139,206).

#ba8bce hex color red value is 186, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ba8bce hue: 0.78 , saturation: 0.41 and the lightness value of ba8bce is 0.68.

The process color (four color CMYK) of #ba8bce color hex is 0.10, 0.33, 0.00, 0.19. Web safe color of #ba8bce is #cc99cc. Color #ba8bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001011 11001110
Octal 272 213 316
Decimal 186 139 206
Hex BA 8B CE

RGB Percentages of Color #ba8bce

%35.03
%26.18
%38.79

CMYK Percentages of Color #ba8bce

%10
%33
%0
%19

Triadic Colors of #ba8bce

#ba8bce #ceba8b #8bceba

Analogous Colors of #ba8bce

#ba8bce #ce8bc1 #998bce

Monochromatic Colors of #ba8bce

#ba8bce

Complementary Color

#ba8bce #9fce8b

#ba8bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8bce Color CSS Codes

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

#ba8bce Text Font Color

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

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


#ba8bce Background Color

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

This div background color is #ba8bce


#ba8bce Border Color

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

This div border color is #ba8bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8bce


Comments

No comments written yet.

Please login to write comment.