Color Hex Logo

#ba3afd Color Hex

#BA3AFD
(186,58,253)
0 Favorites   0 Comments

Color spaces of #ba3afd

RGB 18658253
HSL0.780.980.61
HSV279°77°99°
CMYK 0.260.770.00   0.01
XYZ39.492420.557194.8149
Yxy20.55710.25500.1327
Hunter Lab45.339976.1338-92.2493
CIE-Lab52.461378.0108-72.9495

#ba3afd color RGB value is (186,58,253).

#ba3afd hex color red value is 186, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ba3afd hue: 0.78 , saturation: 0.98 and the lightness value of ba3afd is 0.61.

The process color (four color CMYK) of #ba3afd color hex is 0.26, 0.77, 0.00, 0.01. Web safe color of #ba3afd is #cc33ff. Color #ba3afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111010 11111101
Octal 272 72 375
Decimal 186 58 253
Hex BA 3A FD

RGB Percentages of Color #ba3afd

%37.42
%11.67
%50.91

CMYK Percentages of Color #ba3afd

%26
%77
%0
%1

Triadic Colors of #ba3afd

#ba3afd #fdba3a #3afdba

Analogous Colors of #ba3afd

#ba3afd #fd3adf #593afd

Monochromatic Colors of #ba3afd

#ba3afd

Complementary Color

#ba3afd #7dfd3a

#ba3afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3afd Color CSS Codes

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

#ba3afd Text Font Color

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

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


#ba3afd Background Color

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

This div background color is #ba3afd


#ba3afd Border Color

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

This div border color is #ba3afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3afd


Comments

No comments written yet.

Please login to write comment.