Color Hex Logo

#bb7efe Color Hex

#BB7EFE
(187,126,254)
0 Favorites   0 Comments

Color spaces of #bb7efe

RGB 187126254
HSL0.750.980.75
HSV269°50°100°
CMYK 0.260.500.00   0.00
XYZ45.843832.642397.6503
Yxy32.64230.26030.1853
Hunter Lab57.133443.2447-61.3428
CIE-Lab63.870247.8504-55.1641

#bb7efe color RGB value is (187,126,254).

#bb7efe hex color red value is 187, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bb7efe hue: 0.75 , saturation: 0.98 and the lightness value of bb7efe is 0.75.

The process color (four color CMYK) of #bb7efe color hex is 0.26, 0.50, 0.00, 0.00. Web safe color of #bb7efe is #cc66ff. Color #bb7efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 11111110
Octal 273 176 376
Decimal 187 126 254
Hex BB 7E FE

RGB Percentages of Color #bb7efe

%32.98
%22.22
%44.80

CMYK Percentages of Color #bb7efe

%26
%50
%0
%0

Triadic Colors of #bb7efe

#bb7efe #febb7e #7efebb

Analogous Colors of #bb7efe

#bb7efe #fb7efe #7e81fe

Monochromatic Colors of #bb7efe

#bb7efe

Complementary Color

#bb7efe #c1fe7e

#bb7efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7efe Color CSS Codes

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

#bb7efe Text Font Color

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

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


#bb7efe Background Color

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

This div background color is #bb7efe


#bb7efe Border Color

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

This div border color is #bb7efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7efe

Related Colors


Comments

No comments written yet.

Please login to write comment.