Color Hex Logo

#bc6eeb Color Hex

#BC6EEB
(188,110,235)
0 Favorites   0 Comments

Color spaces of #bc6eeb

RGB 188110235
HSL0.770.760.68
HSV277°53°92°
CMYK 0.200.530.00   0.08
XYZ41.310427.841481.7939
Yxy27.84140.27370.1844
Hunter Lab52.765047.4114-54.9733
CIE-Lab59.745252.2543-51.2145

#bc6eeb color RGB value is (188,110,235).

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

The process color (four color CMYK) of #bc6eeb color hex is 0.20, 0.53, 0.00, 0.08. Web safe color of #bc6eeb is #cc66ff. Color #bc6eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101110 11101011
Octal 274 156 353
Decimal 188 110 235
Hex BC 6E EB

RGB Percentages of Color #bc6eeb

%35.27
%20.64
%44.09

CMYK Percentages of Color #bc6eeb

%20
%53
%0
%8

Triadic Colors of #bc6eeb

#bc6eeb #ebbc6e #6eebbc

Analogous Colors of #bc6eeb

#bc6eeb #eb6edc #7e6eeb

Monochromatic Colors of #bc6eeb

#bc6eeb

Complementary Color

#bc6eeb #9deb6e

#bc6eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6eeb Color CSS Codes

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

#bc6eeb Text Font Color

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

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


#bc6eeb Background Color

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

This div background color is #bc6eeb


#bc6eeb Border Color

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

This div border color is #bc6eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6eeb


Comments

No comments written yet.

Please login to write comment.