Color Hex Logo

#bb74fb Color Hex

#BB74FB
(187,116,251)
0 Favorites   0 Comments

Color spaces of #bb74fb

RGB 187116251
HSL0.750.940.72
HSV272°54°98°
CMYK 0.250.540.00   0.02
XYZ44.151530.020694.7343
Yxy30.02060.26140.1777
Hunter Lab54.791147.9538-64.1593
CIE-Lab61.672052.4399-57.0149

#bb74fb color RGB value is (187,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 11111011
Octal 273 164 373
Decimal 187 116 251
Hex BB 74 FB

RGB Percentages of Color #bb74fb

%33.75
%20.94
%45.31

CMYK Percentages of Color #bb74fb

%25
%54
%0
%2

Triadic Colors of #bb74fb

#bb74fb #fbbb74 #74fbbb

Analogous Colors of #bb74fb

#bb74fb #fb74f8 #7874fb

Monochromatic Colors of #bb74fb

#bb74fb

Complementary Color

#bb74fb #b4fb74

#bb74fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb74fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb74fb Color CSS Codes

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

#bb74fb Text Font Color

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

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


#bb74fb Background Color

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

This div background color is #bb74fb


#bb74fb Border Color

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

This div border color is #bb74fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb74fb


Comments

No comments written yet.

Please login to write comment.