Color Hex Logo

#ba75fb Color Hex

#BA75FB
(186,117,251)
0 Favorites   0 Comments

Color spaces of #ba75fb

RGB 186117251
HSL0.750.940.72
HSV271°53°98°
CMYK 0.260.530.00   0.02
XYZ44.023630.126794.7615
Yxy30.12670.26060.1784
Hunter Lab54.887847.1150-63.9403
CIE-Lab61.763451.6717-56.8756

#ba75fb color RGB value is (186,117,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 11111011
Octal 272 165 373
Decimal 186 117 251
Hex BA 75 FB

RGB Percentages of Color #ba75fb

%33.57
%21.12
%45.31

CMYK Percentages of Color #ba75fb

%26
%53
%0
%2

Triadic Colors of #ba75fb

#ba75fb #fbba75 #75fbba

Analogous Colors of #ba75fb

#ba75fb #fb75f9 #7775fb

Monochromatic Colors of #ba75fb

#ba75fb

Complementary Color

#ba75fb #b6fb75

#ba75fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba75fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba75fb Color CSS Codes

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

#ba75fb Text Font Color

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

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


#ba75fb Background Color

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

This div background color is #ba75fb


#ba75fb Border Color

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

This div border color is #ba75fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba75fb


Comments

No comments written yet.

Please login to write comment.