Color Hex Logo

#bc6bbd Color Hex

#BC6BBD
(188,107,189)
0 Favorites   0 Comments

Color spaces of #bc6bbd

RGB 188107189
HSL0.830.380.58
HSV299°43°74°
CMYK 0.010.430.00   0.26
XYZ35.182024.880951.0923
Yxy24.88090.31650.2238
Hunter Lab49.880838.6087-25.8136
CIE-Lab56.959244.5231-29.6241

#bc6bbd color RGB value is (188,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 10111101
Octal 274 153 275
Decimal 188 107 189
Hex BC 6B BD

RGB Percentages of Color #bc6bbd

%38.84
%22.11
%39.05

CMYK Percentages of Color #bc6bbd

%1
%43
%0
%26

Triadic Colors of #bc6bbd

#bc6bbd #bdbc6b #6bbdbc

Analogous Colors of #bc6bbd

#bc6bbd #bd6b95 #936bbd

Monochromatic Colors of #bc6bbd

#bc6bbd

Complementary Color

#bc6bbd #6cbd6b

#bc6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6bbd Color CSS Codes

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

#bc6bbd Text Font Color

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

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


#bc6bbd Background Color

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

This div background color is #bc6bbd


#bc6bbd Border Color

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

This div border color is #bc6bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bc6bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6bbd


Comments

No comments written yet.

Please login to write comment.