Color Hex Logo

#ba6bbe Color Hex

#BA6BBE
(186,107,190)
0 Favorites   0 Comments

Color spaces of #ba6bbe

RGB 186107190
HSL0.830.390.58
HSV297°44°75°
CMYK 0.020.440.00   0.25
XYZ34.801724.672251.6432
Yxy24.67220.31320.2220
Hunter Lab49.671138.1402-26.8742
CIE-Lab56.754644.1067-30.5334

#ba6bbe color RGB value is (186,107,190).

#ba6bbe hex color red value is 186, green value is 107 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba6bbe hue: 0.83 , saturation: 0.39 and the lightness value of ba6bbe is 0.58.

The process color (four color CMYK) of #ba6bbe color hex is 0.02, 0.44, 0.00, 0.25. Web safe color of #ba6bbe is #cc66cc. Color #ba6bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101011 10111110
Octal 272 153 276
Decimal 186 107 190
Hex BA 6B BE

RGB Percentages of Color #ba6bbe

%38.51
%22.15
%39.34

CMYK Percentages of Color #ba6bbe

%2
%44
%0
%25

Triadic Colors of #ba6bbe

#ba6bbe #beba6b #6bbeba

Analogous Colors of #ba6bbe

#ba6bbe #be6b99 #916bbe

Monochromatic Colors of #ba6bbe

#ba6bbe

Complementary Color

#ba6bbe #6fbe6b

#ba6bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6bbe Color CSS Codes

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

#ba6bbe Text Font Color

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

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


#ba6bbe Background Color

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

This div background color is #ba6bbe


#ba6bbe Border Color

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

This div border color is #ba6bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6bbe


Comments

No comments written yet.

Please login to write comment.