Color Hex Logo

#ba86be Color Hex

#BA86BE
(186,134,190)
0 Favorites   0 Comments

Color spaces of #ba86be

RGB 186134190
HSL0.820.300.64
HSV296°29°75°
CMYK 0.020.290.00   0.25
XYZ38.069131.207052.7323
Yxy31.20700.31200.2558
Hunter Lab55.863223.8817-16.8628
CIE-Lab62.682029.4190-21.4026

#ba86be color RGB value is (186,134,190).

#ba86be hex color red value is 186, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba86be hue: 0.82 , saturation: 0.30 and the lightness value of ba86be is 0.64.

The process color (four color CMYK) of #ba86be color hex is 0.02, 0.29, 0.00, 0.25. Web safe color of #ba86be is #cc99cc. Color #ba86be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000110 10111110
Octal 272 206 276
Decimal 186 134 190
Hex BA 86 BE

RGB Percentages of Color #ba86be

%36.47
%26.27
%37.25

CMYK Percentages of Color #ba86be

%2
%29
%0
%25

Triadic Colors of #ba86be

#ba86be #beba86 #86beba

Analogous Colors of #ba86be

#ba86be #be86a6 #9e86be

Monochromatic Colors of #ba86be

#ba86be

Complementary Color

#ba86be #8abe86

#ba86be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba86be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba86be Color CSS Codes

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

#ba86be Text Font Color

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

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


#ba86be Background Color

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

This div background color is #ba86be


#ba86be Border Color

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

This div border color is #ba86be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba86be


Comments

No comments written yet.

Please login to write comment.