Color Hex Logo

#ba6efd Color Hex

#BA6EFD
(186,110,253)
0 Favorites   0 Comments

Color spaces of #ba6efd

RGB 186110253
HSL0.760.970.71
HSV272°57°99°
CMYK 0.260.570.00   0.01
XYZ43.555328.682896.1692
Yxy28.68280.25860.1703
Hunter Lab53.556351.4436-68.9755
CIE-Lab60.500755.7379-59.9936

#ba6efd color RGB value is (186,110,253).

#ba6efd hex color red value is 186, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ba6efd hue: 0.76 , saturation: 0.97 and the lightness value of ba6efd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 11111101
Octal 272 156 375
Decimal 186 110 253
Hex BA 6E FD

RGB Percentages of Color #ba6efd

%33.88
%20.04
%46.08

CMYK Percentages of Color #ba6efd

%26
%57
%0
%1

Triadic Colors of #ba6efd

#ba6efd #fdba6e #6efdba

Analogous Colors of #ba6efd

#ba6efd #fd6ef9 #736efd

Monochromatic Colors of #ba6efd

#ba6efd

Complementary Color

#ba6efd #b1fd6e

#ba6efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6efd Color CSS Codes

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

#ba6efd Text Font Color

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

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


#ba6efd Background Color

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

This div background color is #ba6efd


#ba6efd Border Color

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

This div border color is #ba6efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6efd


Comments

No comments written yet.

Please login to write comment.