Color Hex Logo

#bb69fa Color Hex

#BB69FA
(187,105,250)
0 Favorites   0 Comments

Color spaces of #bb69fa

RGB 187105250
HSL0.760.940.70
HSV274°58°98°
CMYK 0.250.580.00   0.02
XYZ42.800427.570193.5082
Yxy27.57010.26120.1682
Hunter Lab52.507253.6136-68.8323
CIE-Lab59.498357.8181-59.9353

#bb69fa color RGB value is (187,105,250).

#bb69fa hex color red value is 187, green value is 105 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bb69fa hue: 0.76 , saturation: 0.94 and the lightness value of bb69fa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 11111010
Octal 273 151 372
Decimal 187 105 250
Hex BB 69 FA

RGB Percentages of Color #bb69fa

%34.50
%19.37
%46.13

CMYK Percentages of Color #bb69fa

%25
%58
%0
%2

Triadic Colors of #bb69fa

#bb69fa #fabb69 #69fabb

Analogous Colors of #bb69fa

#bb69fa #fa69f1 #7369fa

Monochromatic Colors of #bb69fa

#bb69fa

Complementary Color

#bb69fa #a8fa69

#bb69fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb69fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb69fa Color CSS Codes

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

#bb69fa Text Font Color

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

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


#bb69fa Background Color

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

This div background color is #bb69fa


#bb69fa Border Color

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

This div border color is #bb69fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb69fa


Comments

No comments written yet.

Please login to write comment.