Color Hex Logo

#ba53fe Color Hex

#BA53FE
(186,83,254)
0 Favorites   0 Comments

Color spaces of #ba53fe

RGB 18683254
HSL0.770.990.66
HSV276°67°100°
CMYK 0.270.670.00   0.00
XYZ41.232323.781496.1830
Yxy23.78140.25580.1475
Hunter Lab48.766265.5828-82.8031
CIE-Lab55.868368.7264-67.9897

#ba53fe color RGB value is (186,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 11111110
Octal 272 123 376
Decimal 186 83 254
Hex BA 53 FE

RGB Percentages of Color #ba53fe

%35.56
%15.87
%48.57

CMYK Percentages of Color #ba53fe

%27
%67
%0
%0

Triadic Colors of #ba53fe

#ba53fe #feba53 #53feba

Analogous Colors of #ba53fe

#ba53fe #fe53ed #6553fe

Monochromatic Colors of #ba53fe

#ba53fe

Complementary Color

#ba53fe #97fe53

#ba53fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba53fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba53fe Color CSS Codes

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

#ba53fe Text Font Color

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

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


#ba53fe Background Color

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

This div background color is #ba53fe


#ba53fe Border Color

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

This div border color is #ba53fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba53fe


Comments

No comments written yet.

Please login to write comment.