Color Hex Logo

#bb0cef Color Hex

#BB0CEF
(187,12,239)
0 Favorites   0 Comments

Color spaces of #bb0cef

RGB 18712239
HSL0.800.900.49
HSV286°95°94°
CMYK 0.220.950.00   0.06
XYZ36.205017.059783.0460
Yxy17.05970.26560.1252
Hunter Lab41.303484.1855-90.2981
CIE-Lab48.335285.1421-71.8100

#bb0cef color RGB value is (187,12,239).

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

The process color (four color CMYK) of #bb0cef color hex is 0.22, 0.95, 0.00, 0.06. Web safe color of #bb0cef is #cc00ff. Color #bb0cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001100 11101111
Octal 273 14 357
Decimal 187 12 239
Hex BB C EF

RGB Percentages of Color #bb0cef

%42.69
%2.74
%54.57

CMYK Percentages of Color #bb0cef

%22
%95
%0
%6

Triadic Colors of #bb0cef

#bb0cef #efbb0c #0cefbb

Analogous Colors of #bb0cef

#bb0cef #ef0cb2 #4a0cef

Monochromatic Colors of #bb0cef

#bb0cef

Complementary Color

#bb0cef #40ef0c

#bb0cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0cef Color CSS Codes

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

#bb0cef Text Font Color

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

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


#bb0cef Background Color

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

This div background color is #bb0cef


#bb0cef Border Color

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

This div border color is #bb0cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,12,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0cef


Comments

No comments written yet.

Please login to write comment.