Color Hex Logo

#ba75fa Color Hex

#BA75FA
(186,117,250)
0 Favorites   0 Comments

Color spaces of #ba75fa

RGB 186117250
HSL0.750.930.72
HSV271°53°98°
CMYK 0.260.530.00   0.02
XYZ43.866330.063893.9334
Yxy30.06380.26130.1791
Hunter Lab54.830546.8530-63.1920
CIE-Lab61.709251.4438-56.4111

#ba75fa color RGB value is (186,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 11111010
Octal 272 165 372
Decimal 186 117 250
Hex BA 75 FA

RGB Percentages of Color #ba75fa

%33.63
%21.16
%45.21

CMYK Percentages of Color #ba75fa

%26
%53
%0
%2

Triadic Colors of #ba75fa

#ba75fa #faba75 #75faba

Analogous Colors of #ba75fa

#ba75fa #fa75f8 #7875fa

Monochromatic Colors of #ba75fa

#ba75fa

Complementary Color

#ba75fa #b5fa75

#ba75fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba75fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba75fa Color CSS Codes

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

#ba75fa Text Font Color

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

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


#ba75fa Background Color

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

This div background color is #ba75fa


#ba75fa Border Color

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

This div border color is #ba75fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba75fa


Comments

No comments written yet.

Please login to write comment.