Color Hex Logo

#ba8afb Color Hex

#BA8AFB
(186,138,251)
0 Favorites   0 Comments

Color spaces of #ba8afb

RGB 186138251
HSL0.740.930.76
HSV265°45°98°
CMYK 0.260.450.00   0.02
XYZ46.750835.581195.6706
Yxy35.58110.26260.1999
Hunter Lab59.649935.5126-53.3384
CIE-Lab66.198640.3833-49.8374

#ba8afb color RGB value is (186,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001010 11111011
Octal 272 212 373
Decimal 186 138 251
Hex BA 8A FB

RGB Percentages of Color #ba8afb

%32.35
%24.00
%43.65

CMYK Percentages of Color #ba8afb

%26
%45
%0
%2

Triadic Colors of #ba8afb

#ba8afb #fbba8a #8afbba

Analogous Colors of #ba8afb

#ba8afb #f38afb #8a93fb

Monochromatic Colors of #ba8afb

#ba8afb

Complementary Color

#ba8afb #cbfb8a

#ba8afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8afb Color CSS Codes

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

#ba8afb Text Font Color

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

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


#ba8afb Background Color

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

This div background color is #ba8afb


#ba8afb Border Color

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

This div border color is #ba8afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8afb

Related Colors


Comments

No comments written yet.

Please login to write comment.