Color Hex Logo

#ba80fb Color Hex

#BA80FB
(186,128,251)
0 Favorites   0 Comments

Color spaces of #ba80fb

RGB 186128251
HSL0.750.940.74
HSV268°49°98°
CMYK 0.260.490.00   0.02
XYZ45.381532.842595.2142
Yxy32.84250.26170.1894
Hunter Lab57.308441.0614-58.3907
CIE-Lab64.033245.8254-53.2658

#ba80fb color RGB value is (186,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 11111011
Octal 272 200 373
Decimal 186 128 251
Hex BA 80 FB

RGB Percentages of Color #ba80fb

%32.92
%22.65
%44.42

CMYK Percentages of Color #ba80fb

%26
%49
%0
%2

Triadic Colors of #ba80fb

#ba80fb #fbba80 #80fbba

Analogous Colors of #ba80fb

#ba80fb #f880fb #8084fb

Monochromatic Colors of #ba80fb

#ba80fb

Complementary Color

#ba80fb #c1fb80

#ba80fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba80fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba80fb Color CSS Codes

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

#ba80fb Text Font Color

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

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


#ba80fb Background Color

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

This div background color is #ba80fb


#ba80fb Border Color

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

This div border color is #ba80fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,128,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 #ba80fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba80fb


Comments

No comments written yet.

Please login to write comment.