Color Hex Logo

#bb10ef Color Hex

#BB10EF
(187,16,239)
0 Favorites   0 Comments

Color spaces of #bb10ef

RGB 18716239
HSL0.790.870.50
HSV286°93°94°
CMYK 0.220.930.00   0.06
XYZ36.258817.167483.0639
Yxy17.16740.26570.1258
Hunter Lab41.433683.6979-89.8581
CIE-Lab48.470384.7392-71.5902

#bb10ef color RGB value is (187,16,239).

#bb10ef hex color red value is 187, green value is 16 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb10ef hue: 0.79 , saturation: 0.87 and the lightness value of bb10ef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 11101111
Octal 273 20 357
Decimal 187 16 239
Hex BB 10 EF

RGB Percentages of Color #bb10ef

%42.31
%3.62
%54.07

CMYK Percentages of Color #bb10ef

%22
%93
%0
%6

Triadic Colors of #bb10ef

#bb10ef #efbb10 #10efbb

Analogous Colors of #bb10ef

#bb10ef #ef10b4 #4c10ef

Monochromatic Colors of #bb10ef

#bb10ef

Complementary Color

#bb10ef #44ef10

#bb10ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb10ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb10ef Color CSS Codes

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

#bb10ef Text Font Color

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

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


#bb10ef Background Color

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

This div background color is #bb10ef


#bb10ef Border Color

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

This div border color is #bb10ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb10ef


Comments

No comments written yet.

Please login to write comment.