Color Hex Logo

#bb75fa Color Hex

#BB75FA
(187,117,250)
0 Favorites   0 Comments

Color spaces of #bb75fa

RGB 187117250
HSL0.750.930.72
HSV272°53°98°
CMYK 0.250.530.00   0.02
XYZ44.110130.189593.9448
Yxy30.18950.26220.1794
Hunter Lab54.945047.1470-62.9124
CIE-Lab61.817451.6922-56.2324

#bb75fa color RGB value is (187,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 11111010
Octal 273 165 372
Decimal 187 117 250
Hex BB 75 FA

RGB Percentages of Color #bb75fa

%33.75
%21.12
%45.13

CMYK Percentages of Color #bb75fa

%25
%53
%0
%2

Triadic Colors of #bb75fa

#bb75fa #fabb75 #75fabb

Analogous Colors of #bb75fa

#bb75fa #fa75f7 #7975fa

Monochromatic Colors of #bb75fa

#bb75fa

Complementary Color

#bb75fa #b4fa75

#bb75fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb75fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb75fa Color CSS Codes

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

#bb75fa Text Font Color

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

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


#bb75fa Background Color

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

This div background color is #bb75fa


#bb75fa Border Color

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

This div border color is #bb75fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb75fa


Comments

No comments written yet.

Please login to write comment.