Color Hex Logo

#ba6fdf Color Hex

#BA6FDF
(186,111,223)
0 Favorites   0 Comments

Color spaces of #ba6fdf

RGB 186111223
HSL0.780.640.65
HSV280°50°87°
CMYK 0.170.500.00   0.13
XYZ39.253427.135772.9809
Yxy27.13570.28160.1947
Hunter Lab52.091943.3461-46.6010
CIE-Lab59.099748.6428-45.5479

#ba6fdf color RGB value is (186,111,223).

#ba6fdf hex color red value is 186, green value is 111 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba6fdf hue: 0.78 , saturation: 0.64 and the lightness value of ba6fdf is 0.65.

The process color (four color CMYK) of #ba6fdf color hex is 0.17, 0.50, 0.00, 0.13. Web safe color of #ba6fdf is #cc66cc. Color #ba6fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101111 11011111
Octal 272 157 337
Decimal 186 111 223
Hex BA 6F DF

RGB Percentages of Color #ba6fdf

%35.77
%21.35
%42.88

CMYK Percentages of Color #ba6fdf

%17
%50
%0
%13

Triadic Colors of #ba6fdf

#ba6fdf #dfba6f #6fdfba

Analogous Colors of #ba6fdf

#ba6fdf #df6fcc #826fdf

Monochromatic Colors of #ba6fdf

#ba6fdf

Complementary Color

#ba6fdf #94df6f

#ba6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6fdf Color CSS Codes

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

#ba6fdf Text Font Color

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

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


#ba6fdf Background Color

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

This div background color is #ba6fdf


#ba6fdf Border Color

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

This div border color is #ba6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6fdf


Comments

No comments written yet.

Please login to write comment.