Color Hex Logo

#bc6dbb Color Hex

#BC6DBB
(188,109,187)
0 Favorites   0 Comments

Color spaces of #bc6dbb

RGB 188109187
HSL0.840.370.58
HSV301°42°74°
CMYK 0.000.420.01   0.26
XYZ35.177325.216550.0269
Yxy25.21650.31860.2284
Hunter Lab50.216037.1646-23.9155
CIE-Lab57.285843.0995-27.9732

#bc6dbb color RGB value is (188,109,187).

#bc6dbb hex color red value is 188, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bc6dbb hue: 0.84 , saturation: 0.37 and the lightness value of bc6dbb is 0.58.

The process color (four color CMYK) of #bc6dbb color hex is 0.00, 0.42, 0.01, 0.26. Web safe color of #bc6dbb is #cc66cc. Color #bc6dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101101 10111011
Octal 274 155 273
Decimal 188 109 187
Hex BC 6D BB

RGB Percentages of Color #bc6dbb

%38.84
%22.52
%38.64

CMYK Percentages of Color #bc6dbb

%0
%42
%1
%26

Triadic Colors of #bc6dbb

#bc6dbb #bbbc6d #6dbbbc

Analogous Colors of #bc6dbb

#bc6dbb #bc6d94 #966dbc

Monochromatic Colors of #bc6dbb

#bc6dbb

Complementary Color

#bc6dbb #6dbc6e

#bc6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6dbb Color CSS Codes

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

#bc6dbb Text Font Color

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

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


#bc6dbb Background Color

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

This div background color is #bc6dbb


#bc6dbb Border Color

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

This div border color is #bc6dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6dbb


Comments

No comments written yet.

Please login to write comment.