Color Hex Logo

#ba8afa Color Hex

#BA8AFA
(186,138,250)
0 Favorites   0 Comments

Color spaces of #ba8afa

RGB 186138250
HSL0.740.920.76
HSV266°45°98°
CMYK 0.260.450.00   0.02
XYZ46.593535.518294.8424
Yxy35.51820.26330.2007
Hunter Lab59.597135.2576-52.6356
CIE-Lab66.150140.1491-49.3666

#ba8afa color RGB value is (186,138,250).

#ba8afa hex color red value is 186, green value is 138 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ba8afa hue: 0.74 , saturation: 0.92 and the lightness value of ba8afa is 0.76.

The process color (four color CMYK) of #ba8afa color hex is 0.26, 0.45, 0.00, 0.02. Web safe color of #ba8afa is #cc99ff. Color #ba8afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 11111010
Octal 272 212 372
Decimal 186 138 250
Hex BA 8A FA

RGB Percentages of Color #ba8afa

%32.40
%24.04
%43.55

CMYK Percentages of Color #ba8afa

%26
%45
%0
%2

Triadic Colors of #ba8afa

#ba8afa #faba8a #8afaba

Analogous Colors of #ba8afa

#ba8afa #f28afa #8a92fa

Monochromatic Colors of #ba8afa

#ba8afa

Complementary Color

#ba8afa #cafa8a

#ba8afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8afa Color CSS Codes

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

#ba8afa Text Font Color

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

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


#ba8afa Background Color

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

This div background color is #ba8afa


#ba8afa Border Color

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

This div border color is #ba8afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8afa


Comments

No comments written yet.

Please login to write comment.