Color Hex Logo

#ba53fb Color Hex

#BA53FB
(186,83,251)
0 Favorites   0 Comments

Color spaces of #ba53fb

RGB 18683251
HSL0.770.950.65
HSV277°67°98°
CMYK 0.260.670.00   0.02
XYZ40.755523.590793.6722
Yxy23.59070.25790.1493
Hunter Lab48.570364.7821-80.3470
CIE-Lab55.675668.0920-66.6372

#ba53fb color RGB value is (186,83,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 11111011
Octal 272 123 373
Decimal 186 83 251
Hex BA 53 FB

RGB Percentages of Color #ba53fb

%35.77
%15.96
%48.27

CMYK Percentages of Color #ba53fb

%26
%67
%0
%2

Triadic Colors of #ba53fb

#ba53fb #fbba53 #53fbba

Analogous Colors of #ba53fb

#ba53fb #fb53e8 #6653fb

Monochromatic Colors of #ba53fb

#ba53fb

Complementary Color

#ba53fb #94fb53

#ba53fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba53fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba53fb Color CSS Codes

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

#ba53fb Text Font Color

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

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


#ba53fb Background Color

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

This div background color is #ba53fb


#ba53fb Border Color

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

This div border color is #ba53fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba53fb

Related Colors


Comments

No comments written yet.

Please login to write comment.