Color Hex Logo

#bb75fb Color Hex

#BB75FB
(187,117,251)
0 Favorites   0 Comments

Color spaces of #bb75fb

RGB 187117251
HSL0.750.940.72
HSV271°53°98°
CMYK 0.250.530.00   0.02
XYZ44.267430.252494.7729
Yxy30.25240.26150.1787
Hunter Lab55.002247.4083-63.6596
CIE-Lab61.871451.9190-56.6971

#bb75fb color RGB value is (187,117,251).

#bb75fb hex color red value is 187, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb75fb hue: 0.75 , saturation: 0.94 and the lightness value of bb75fb is 0.72.

The process color (four color CMYK) of #bb75fb color hex is 0.25, 0.53, 0.00, 0.02. Web safe color of #bb75fb is #cc66ff. Color #bb75fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 11111011
Octal 273 165 373
Decimal 187 117 251
Hex BB 75 FB

RGB Percentages of Color #bb75fb

%33.69
%21.08
%45.23

CMYK Percentages of Color #bb75fb

%25
%53
%0
%2

Triadic Colors of #bb75fb

#bb75fb #fbbb75 #75fbbb

Analogous Colors of #bb75fb

#bb75fb #fb75f8 #7875fb

Monochromatic Colors of #bb75fb

#bb75fb

Complementary Color

#bb75fb #b5fb75

#bb75fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb75fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb75fb Color CSS Codes

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

#bb75fb Text Font Color

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

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


#bb75fb Background Color

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

This div background color is #bb75fb


#bb75fb Border Color

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

This div border color is #bb75fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb75fb

Related Colors


Comments

No comments written yet.

Please login to write comment.