Color Hex Logo

#bc0beb Color Hex

#BC0BEB
(188,11,235)
0 Favorites   0 Comments

Color spaces of #bc0beb

RGB 18811235
HSL0.800.910.48
HSV287°95°92°
CMYK 0.200.950.00   0.08
XYZ35.854116.928979.9751
Yxy16.92890.27010.1275
Hunter Lab41.144783.5441-86.4436
CIE-Lab48.170384.6779-69.8135

#bc0beb color RGB value is (188,11,235).

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

The process color (four color CMYK) of #bc0beb color hex is 0.20, 0.95, 0.00, 0.08. Web safe color of #bc0beb is #cc00ff. Color #bc0beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001011 11101011
Octal 274 13 353
Decimal 188 11 235
Hex BC B EB

RGB Percentages of Color #bc0beb

%43.32
%2.53
%54.15

CMYK Percentages of Color #bc0beb

%20
%95
%0
%8

Triadic Colors of #bc0beb

#bc0beb #ebbc0b #0bebbc

Analogous Colors of #bc0beb

#bc0beb #eb0baa #4c0beb

Monochromatic Colors of #bc0beb

#bc0beb

Complementary Color

#bc0beb #3aeb0b

#bc0beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0beb Color CSS Codes

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

#bc0beb Text Font Color

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

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


#bc0beb Background Color

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

This div background color is #bc0beb


#bc0beb Border Color

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

This div border color is #bc0beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0beb


Comments

No comments written yet.

Please login to write comment.