Color Hex Logo

#bc6ba2 Color Hex

#BC6BA2
(188,107,162)
0 Favorites   0 Comments

Color spaces of #bc6ba2

RGB 188107162
HSL0.890.380.58
HSV319°43°74°
CMYK 0.000.430.14   0.26
XYZ32.518323.815437.0653
Yxy23.81540.34820.2550
Hunter Lab48.801033.5407-10.8712
CIE-Lab55.902539.7788-15.6775

#bc6ba2 color RGB value is (188,107,162).

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

The process color (four color CMYK) of #bc6ba2 color hex is 0.00, 0.43, 0.14, 0.26. Web safe color of #bc6ba2 is #cc6699. Color #bc6ba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 10100010
Octal 274 153 242
Decimal 188 107 162
Hex BC 6B A2

RGB Percentages of Color #bc6ba2

%41.14
%23.41
%35.45

CMYK Percentages of Color #bc6ba2

%0
%43
%14
%26

Triadic Colors of #bc6ba2

#bc6ba2 #a2bc6b #6ba2bc

Analogous Colors of #bc6ba2

#bc6ba2 #bc6b7a #ae6bbc

Monochromatic Colors of #bc6ba2

#bc6ba2

Complementary Color

#bc6ba2 #6bbc85

#bc6ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6ba2 Color CSS Codes

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

#bc6ba2 Text Font Color

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

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


#bc6ba2 Background Color

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

This div background color is #bc6ba2


#bc6ba2 Border Color

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

This div border color is #bc6ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6ba2


Comments

No comments written yet.

Please login to write comment.