Color Hex Logo

#bb07fc Color Hex

#BB07FC
(187,7,252)
0 Favorites   0 Comments

Color spaces of #bb07fc

RGB 1877252
HSL0.790.980.51
HSV284°97°99°
CMYK 0.260.970.00   0.01
XYZ38.140217.745093.5104
Yxy17.74500.25530.1188
Hunter Lab42.124887.8971-102.1270
CIE-Lab49.185387.8235-77.7178

#bb07fc color RGB value is (187,7,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 11111100
Octal 273 7 374
Decimal 187 7 252
Hex BB 7 FC

RGB Percentages of Color #bb07fc

%41.93
%1.57
%56.50

CMYK Percentages of Color #bb07fc

%26
%97
%0
%1

Triadic Colors of #bb07fc

#bb07fc #fcbb07 #07fcbb

Analogous Colors of #bb07fc

#bb07fc #fc07c3 #4107fc

Monochromatic Colors of #bb07fc

#bb07fc

Complementary Color

#bb07fc #48fc07

#bb07fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb07fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb07fc Color CSS Codes

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

#bb07fc Text Font Color

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

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


#bb07fc Background Color

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

This div background color is #bb07fc


#bb07fc Border Color

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

This div border color is #bb07fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb07fc


Comments

No comments written yet.

Please login to write comment.