Color Hex Logo

#bc6bdb Color Hex

#BC6BDB
(188,107,219)
0 Favorites   0 Comments

Color spaces of #bc6bdb

RGB 188107219
HSL0.790.610.64
HSV283°51°86°
CMYK 0.140.510.00   0.14
XYZ38.782926.321270.0543
Yxy26.32120.28690.1947
Hunter Lab51.304245.1530-45.0457
CIE-Lab58.340750.4209-44.4850

#bc6bdb color RGB value is (188,107,219).

#bc6bdb hex color red value is 188, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bc6bdb hue: 0.79 , saturation: 0.61 and the lightness value of bc6bdb is 0.64.

The process color (four color CMYK) of #bc6bdb color hex is 0.14, 0.51, 0.00, 0.14. Web safe color of #bc6bdb is #cc66cc. Color #bc6bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 11011011
Octal 274 153 333
Decimal 188 107 219
Hex BC 6B DB

RGB Percentages of Color #bc6bdb

%36.58
%20.82
%42.61

CMYK Percentages of Color #bc6bdb

%14
%51
%0
%14

Triadic Colors of #bc6bdb

#bc6bdb #dbbc6b #6bdbbc

Analogous Colors of #bc6bdb

#bc6bdb #db6bc2 #846bdb

Monochromatic Colors of #bc6bdb

#bc6bdb

Complementary Color

#bc6bdb #8adb6b

#bc6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6bdb Color CSS Codes

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

#bc6bdb Text Font Color

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

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


#bc6bdb Background Color

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

This div background color is #bc6bdb


#bc6bdb Border Color

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

This div border color is #bc6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6bdb


Comments

No comments written yet.

Please login to write comment.