Color Hex Logo

#bc6cee Color Hex

#BC6CEE
(188,108,238)
0 Favorites   0 Comments

Color spaces of #bc6cee

RGB 188108238
HSL0.770.790.68
HSV277°55°93°
CMYK 0.210.550.00   0.07
XYZ41.534227.589584.0251
Yxy27.58950.27120.1801
Hunter Lab52.525749.2272-58.0779
CIE-Lab59.516153.9247-53.2479

#bc6cee color RGB value is (188,108,238).

#bc6cee hex color red value is 188, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bc6cee hue: 0.77 , saturation: 0.79 and the lightness value of bc6cee is 0.68.

The process color (four color CMYK) of #bc6cee color hex is 0.21, 0.55, 0.00, 0.07. Web safe color of #bc6cee is #cc66ff. Color #bc6cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101100 11101110
Octal 274 154 356
Decimal 188 108 238
Hex BC 6C EE

RGB Percentages of Color #bc6cee

%35.21
%20.22
%44.57

CMYK Percentages of Color #bc6cee

%21
%55
%0
%7

Triadic Colors of #bc6cee

#bc6cee #eebc6c #6ceebc

Analogous Colors of #bc6cee

#bc6cee #ee6cdf #7b6cee

Monochromatic Colors of #bc6cee

#bc6cee

Complementary Color

#bc6cee #9eee6c

#bc6cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6cee Color CSS Codes

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

#bc6cee Text Font Color

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

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


#bc6cee Background Color

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

This div background color is #bc6cee


#bc6cee Border Color

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

This div border color is #bc6cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6cee


Comments

No comments written yet.

Please login to write comment.