Color Hex Logo

#ba5afc Color Hex

#BA5AFC
(186,90,252)
0 Favorites   0 Comments

Color spaces of #ba5afc

RGB 18690252
HSL0.770.960.67
HSV276°64°99°
CMYK 0.260.640.00   0.01
XYZ41.476624.779794.6924
Yxy24.77970.25770.1540
Hunter Lab49.779261.6146-77.9388
CIE-Lab56.860165.1971-65.2831

#ba5afc color RGB value is (186,90,252).

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

The process color (four color CMYK) of #ba5afc color hex is 0.26, 0.64, 0.00, 0.01. Web safe color of #ba5afc is #cc66ff. Color #ba5afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011010 11111100
Octal 272 132 374
Decimal 186 90 252
Hex BA 5A FC

RGB Percentages of Color #ba5afc

%35.23
%17.05
%47.73

CMYK Percentages of Color #ba5afc

%26
%64
%0
%1

Triadic Colors of #ba5afc

#ba5afc #fcba5a #5afcba

Analogous Colors of #ba5afc

#ba5afc #fc5aed #695afc

Monochromatic Colors of #ba5afc

#ba5afc

Complementary Color

#ba5afc #9cfc5a

#ba5afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5afc Color CSS Codes

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

#ba5afc Text Font Color

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

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


#ba5afc Background Color

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

This div background color is #ba5afc


#ba5afc Border Color

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

This div border color is #ba5afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5afc


Comments

No comments written yet.

Please login to write comment.