Color Hex Logo

#bc4ceb Color Hex

#BC4CEB
(188,76,235)
0 Favorites   0 Comments

Color spaces of #bc4ceb

RGB 18876235
HSL0.780.800.61
HSV282°68°92°
CMYK 0.200.680.00   0.08
XYZ38.318921.858480.7967
Yxy21.85840.27180.1551
Hunter Lab46.753064.4815-69.7356
CIE-Lab53.876468.1784-60.5912

#bc4ceb color RGB value is (188,76,235).

#bc4ceb hex color red value is 188, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bc4ceb hue: 0.78 , saturation: 0.80 and the lightness value of bc4ceb is 0.61.

The process color (four color CMYK) of #bc4ceb color hex is 0.20, 0.68, 0.00, 0.08. Web safe color of #bc4ceb is #cc33ff. Color #bc4ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001100 11101011
Octal 274 114 353
Decimal 188 76 235
Hex BC 4C EB

RGB Percentages of Color #bc4ceb

%37.68
%15.23
%47.09

CMYK Percentages of Color #bc4ceb

%20
%68
%0
%8

Triadic Colors of #bc4ceb

#bc4ceb #ebbc4c #4cebbc

Analogous Colors of #bc4ceb

#bc4ceb #eb4ccb #6d4ceb

Monochromatic Colors of #bc4ceb

#bc4ceb

Complementary Color

#bc4ceb #7beb4c

#bc4ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4ceb Color CSS Codes

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

#bc4ceb Text Font Color

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

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


#bc4ceb Background Color

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

This div background color is #bc4ceb


#bc4ceb Border Color

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

This div border color is #bc4ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,76,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 #bc4ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4ceb


Comments

No comments written yet.

Please login to write comment.