Color Hex Logo

#bc6bdc Color Hex

#BC6BDC
(188,107,220)
0 Favorites   0 Comments

Color spaces of #bc6bdc

RGB 188107220
HSL0.790.620.64
HSV283°51°86°
CMYK 0.150.510.00   0.14
XYZ38.915026.374170.7498
Yxy26.37410.28610.1939
Hunter Lab51.355745.3866-45.7314
CIE-Lab58.390550.6269-44.9687

#bc6bdc color RGB value is (188,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 11011100
Octal 274 153 334
Decimal 188 107 220
Hex BC 6B DC

RGB Percentages of Color #bc6bdc

%36.50
%20.78
%42.72

CMYK Percentages of Color #bc6bdc

%15
%51
%0
%14

Triadic Colors of #bc6bdc

#bc6bdc #dcbc6b #6bdcbc

Analogous Colors of #bc6bdc

#bc6bdc #dc6bc4 #846bdc

Monochromatic Colors of #bc6bdc

#bc6bdc

Complementary Color

#bc6bdc #8bdc6b

#bc6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6bdc Color CSS Codes

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

#bc6bdc Text Font Color

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

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


#bc6bdc Background Color

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

This div background color is #bc6bdc


#bc6bdc Border Color

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

This div border color is #bc6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6bdc


Comments

No comments written yet.

Please login to write comment.