Color Hex Logo

#bb0ceb Color Hex

#BB0CEB
(187,12,235)
0 Favorites   0 Comments

Color spaces of #bb0ceb

RGB 18712235
HSL0.800.900.48
HSV287°95°92°
CMYK 0.200.950.00   0.08
XYZ35.620416.825979.9676
Yxy16.82590.26900.1271
Hunter Lab41.019483.2218-86.8727
CIE-Lab48.039984.4533-70.0327

#bb0ceb color RGB value is (187,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001100 11101011
Octal 273 14 353
Decimal 187 12 235
Hex BB C EB

RGB Percentages of Color #bb0ceb

%43.09
%2.76
%54.15

CMYK Percentages of Color #bb0ceb

%20
%95
%0
%8

Triadic Colors of #bb0ceb

#bb0ceb #ebbb0c #0cebbb

Analogous Colors of #bb0ceb

#bb0ceb #eb0cac #4c0ceb

Monochromatic Colors of #bb0ceb

#bb0ceb

Complementary Color

#bb0ceb #3ceb0c

#bb0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0ceb Color CSS Codes

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

#bb0ceb Text Font Color

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

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


#bb0ceb Background Color

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

This div background color is #bb0ceb


#bb0ceb Border Color

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

This div border color is #bb0ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0ceb


Comments

No comments written yet.

Please login to write comment.