Color Hex Logo

#ba6bbd Color Hex

#BA6BBD
(186,107,189)
0 Favorites   0 Comments

Color spaces of #ba6bbd

RGB 186107189
HSL0.830.380.58
HSV298°43°74°
CMYK 0.020.430.00   0.26
XYZ34.692724.628651.0694
Yxy24.62860.31430.2231
Hunter Lab49.627237.9357-26.2739
CIE-Lab56.711743.9177-30.0275

#ba6bbd color RGB value is (186,107,189).

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

The process color (four color CMYK) of #ba6bbd color hex is 0.02, 0.43, 0.00, 0.26. Web safe color of #ba6bbd is #cc66cc. Color #ba6bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101011 10111101
Octal 272 153 275
Decimal 186 107 189
Hex BA 6B BD

RGB Percentages of Color #ba6bbd

%38.59
%22.20
%39.21

CMYK Percentages of Color #ba6bbd

%2
%43
%0
%26

Triadic Colors of #ba6bbd

#ba6bbd #bdba6b #6bbdba

Analogous Colors of #ba6bbd

#ba6bbd #bd6b97 #916bbd

Monochromatic Colors of #ba6bbd

#ba6bbd

Complementary Color

#ba6bbd #6ebd6b

#ba6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6bbd Color CSS Codes

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

#ba6bbd Text Font Color

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

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


#ba6bbd Background Color

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

This div background color is #ba6bbd


#ba6bbd Border Color

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

This div border color is #ba6bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6bbd


Comments

No comments written yet.

Please login to write comment.