Color Hex Logo

#ba6fbc Color Hex

#BA6FBC
(186,111,188)
0 Favorites   0 Comments

Color spaces of #ba6fbc

RGB 186111188
HSL0.830.360.59
HSV298°41°74°
CMYK 0.010.410.00   0.26
XYZ35.011225.438850.6418
Yxy25.43880.31520.2290
Hunter Lab50.436935.6427-24.2251
CIE-Lab57.500541.6081-28.2327

#ba6fbc color RGB value is (186,111,188).

#ba6fbc hex color red value is 186, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba6fbc hue: 0.83 , saturation: 0.36 and the lightness value of ba6fbc is 0.59.

The process color (four color CMYK) of #ba6fbc color hex is 0.01, 0.41, 0.00, 0.26. Web safe color of #ba6fbc is #cc66cc. Color #ba6fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101111 10111100
Octal 272 157 274
Decimal 186 111 188
Hex BA 6F BC

RGB Percentages of Color #ba6fbc

%38.35
%22.89
%38.76

CMYK Percentages of Color #ba6fbc

%1
%41
%0
%26

Triadic Colors of #ba6fbc

#ba6fbc #bcba6f #6fbcba

Analogous Colors of #ba6fbc

#ba6fbc #bc6f98 #946fbc

Monochromatic Colors of #ba6fbc

#ba6fbc

Complementary Color

#ba6fbc #71bc6f

#ba6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6fbc Color CSS Codes

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

#ba6fbc Text Font Color

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

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


#ba6fbc Background Color

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

This div background color is #ba6fbc


#ba6fbc Border Color

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

This div border color is #ba6fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6fbc


Comments

No comments written yet.

Please login to write comment.