Color Hex Logo

#bb0eec Color Hex

#BB0EEC
(187,14,236)
0 Favorites   0 Comments

Color spaces of #bb0eec

RGB 18714236
HSL0.800.890.49
HSV287°94°93°
CMYK 0.210.940.00   0.07
XYZ35.790916.935080.7393
Yxy16.93500.26820.1269
Hunter Lab41.152283.2289-87.5187
CIE-Lab48.178084.4322-70.3731

#bb0eec color RGB value is (187,14,236).

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

The process color (four color CMYK) of #bb0eec color hex is 0.21, 0.94, 0.00, 0.07. Web safe color of #bb0eec is #cc00ff. Color #bb0eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001110 11101100
Octal 273 16 354
Decimal 187 14 236
Hex BB E EC

RGB Percentages of Color #bb0eec

%42.79
%3.20
%54.00

CMYK Percentages of Color #bb0eec

%21
%94
%0
%7

Triadic Colors of #bb0eec

#bb0eec #ecbb0e #0eecbb

Analogous Colors of #bb0eec

#bb0eec #ec0eae #4c0eec

Monochromatic Colors of #bb0eec

#bb0eec

Complementary Color

#bb0eec #3fec0e

#bb0eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0eec Color CSS Codes

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

#bb0eec Text Font Color

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

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


#bb0eec Background Color

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

This div background color is #bb0eec


#bb0eec Border Color

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

This div border color is #bb0eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0eec


Comments

No comments written yet.

Please login to write comment.