Color Hex Logo

#ba58fb Color Hex

#BA58FB
(186,88,251)
0 Favorites   0 Comments

Color spaces of #ba58fb

RGB 18688251
HSL0.770.950.66
HSV276°65°98°
CMYK 0.260.650.00   0.02
XYZ41.152024.383693.8043
Yxy24.38360.25830.1530
Hunter Lab49.379862.3434-78.0645
CIE-Lab56.469865.8875-65.3573

#ba58fb color RGB value is (186,88,251).

#ba58fb hex color red value is 186, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ba58fb hue: 0.77 , saturation: 0.95 and the lightness value of ba58fb is 0.66.

The process color (four color CMYK) of #ba58fb color hex is 0.26, 0.65, 0.00, 0.02. Web safe color of #ba58fb is #cc66ff. Color #ba58fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 11111011
Octal 272 130 373
Decimal 186 88 251
Hex BA 58 FB

RGB Percentages of Color #ba58fb

%35.43
%16.76
%47.81

CMYK Percentages of Color #ba58fb

%26
%65
%0
%2

Triadic Colors of #ba58fb

#ba58fb #fbba58 #58fbba

Analogous Colors of #ba58fb

#ba58fb #fb58eb #6958fb

Monochromatic Colors of #ba58fb

#ba58fb

Complementary Color

#ba58fb #99fb58

#ba58fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba58fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba58fb Color CSS Codes

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

#ba58fb Text Font Color

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

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


#ba58fb Background Color

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

This div background color is #ba58fb


#ba58fb Border Color

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

This div border color is #ba58fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba58fb


Comments

No comments written yet.

Please login to write comment.