Color Hex Logo

#ba5afe Color Hex

#BA5AFE
(186,90,254)
0 Favorites   0 Comments

Color spaces of #ba5afe

RGB 18690254
HSL0.760.990.67
HSV275°65°100°
CMYK 0.270.650.00   0.00
XYZ41.795324.907296.3706
Yxy24.90720.25630.1527
Hunter Lab49.907162.1495-79.5540
CIE-Lab56.984965.6283-66.1892

#ba5afe color RGB value is (186,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011010 11111110
Octal 272 132 376
Decimal 186 90 254
Hex BA 5A FE

RGB Percentages of Color #ba5afe

%35.09
%16.98
%47.92

CMYK Percentages of Color #ba5afe

%27
%65
%0
%0

Triadic Colors of #ba5afe

#ba5afe #feba5a #5afeba

Analogous Colors of #ba5afe

#ba5afe #fe5af0 #685afe

Monochromatic Colors of #ba5afe

#ba5afe

Complementary Color

#ba5afe #9efe5a

#ba5afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5afe Color CSS Codes

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

#ba5afe Text Font Color

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

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


#ba5afe Background Color

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

This div background color is #ba5afe


#ba5afe Border Color

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

This div border color is #ba5afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5afe


Comments

No comments written yet.

Please login to write comment.