Color Hex Logo

#ba75ff Color Hex

#BA75FF
(186,117,255)
0 Favorites   0 Comments

Color spaces of #ba75ff

RGB 186117255
HSL0.751.000.73
HSV270°54°100°
CMYK 0.270.540.00   0.00
XYZ44.661030.381798.1181
Yxy30.38170.25790.1755
Hunter Lab55.119648.1715-66.9581
CIE-Lab61.982252.5868-58.7269

#ba75ff color RGB value is (186,117,255).

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

The process color (four color CMYK) of #ba75ff color hex is 0.27, 0.54, 0.00, 0.00. Web safe color of #ba75ff is #cc66ff. Color #ba75ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110101 11111111
Octal 272 165 377
Decimal 186 117 255
Hex BA 75 FF

RGB Percentages of Color #ba75ff

%33.33
%20.97
%45.70

CMYK Percentages of Color #ba75ff

%27
%54
%0
%0

Triadic Colors of #ba75ff

#ba75ff #ffba75 #75ffba

Analogous Colors of #ba75ff

#ba75ff #ff75ff #7575ff

Monochromatic Colors of #ba75ff

#ba75ff

Complementary Color

#ba75ff #baff75

#ba75ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba75ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba75ff Color CSS Codes

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

#ba75ff Text Font Color

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

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


#ba75ff Background Color

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

This div background color is #ba75ff


#ba75ff Border Color

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

This div border color is #ba75ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba75ff

Related Colors

#ba75ff Color Palettes


Comments

No comments written yet.

Please login to write comment.