Color Hex Logo

#ba6dfd Color Hex

#BA6DFD
(186,109,253)
0 Favorites   0 Comments

Color spaces of #ba6dfd

RGB 186109253
HSL0.760.970.71
HSV272°57°99°
CMYK 0.260.570.00   0.01
XYZ43.448028.468296.1335
Yxy28.46820.25850.1694
Hunter Lab53.355651.9820-69.4769
CIE-Lab60.309456.2455-60.2996

#ba6dfd color RGB value is (186,109,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101101 11111101
Octal 272 155 375
Decimal 186 109 253
Hex BA 6D FD

RGB Percentages of Color #ba6dfd

%33.94
%19.89
%46.17

CMYK Percentages of Color #ba6dfd

%26
%57
%0
%1

Triadic Colors of #ba6dfd

#ba6dfd #fdba6d #6dfdba

Analogous Colors of #ba6dfd

#ba6dfd #fd6df8 #726dfd

Monochromatic Colors of #ba6dfd

#ba6dfd

Complementary Color

#ba6dfd #b0fd6d

#ba6dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6dfd Color CSS Codes

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

#ba6dfd Text Font Color

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

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


#ba6dfd Background Color

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

This div background color is #ba6dfd


#ba6dfd Border Color

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

This div border color is #ba6dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.