Color Hex Logo

#bb12fc Color Hex

#BB12FC
(187,18,252)
0 Favorites   0 Comments

Color spaces of #bb12fc

RGB 18718252
HSL0.790.980.53
HSV283°93°99°
CMYK 0.260.930.00   0.01
XYZ38.280518.025793.5572
Yxy18.02570.25540.1203
Hunter Lab42.456786.6429-100.9313
CIE-Lab49.527386.8014-77.1600

#bb12fc color RGB value is (187,18,252).

#bb12fc hex color red value is 187, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bb12fc hue: 0.79 , saturation: 0.98 and the lightness value of bb12fc is 0.53.

The process color (four color CMYK) of #bb12fc color hex is 0.26, 0.93, 0.00, 0.01. Web safe color of #bb12fc is #cc00ff. Color #bb12fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 11111100
Octal 273 22 374
Decimal 187 18 252
Hex BB 12 FC

RGB Percentages of Color #bb12fc

%40.92
%3.94
%55.14

CMYK Percentages of Color #bb12fc

%26
%93
%0
%1

Triadic Colors of #bb12fc

#bb12fc #fcbb12 #12fcbb

Analogous Colors of #bb12fc

#bb12fc #fc12c8 #4612fc

Monochromatic Colors of #bb12fc

#bb12fc

Complementary Color

#bb12fc #53fc12

#bb12fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb12fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb12fc Color CSS Codes

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

#bb12fc Text Font Color

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

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


#bb12fc Background Color

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

This div background color is #bb12fc


#bb12fc Border Color

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

This div border color is #bb12fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb12fc


Comments

No comments written yet.

Please login to write comment.