Color Hex Logo

#bb7efd Color Hex

#BB7EFD
(187,126,253)
0 Favorites   0 Comments

Color spaces of #bb7efd

RGB 187126253
HSL0.750.970.74
HSV269°50°99°
CMYK 0.260.500.00   0.01
XYZ45.684032.578496.8089
Yxy32.57840.26090.1861
Hunter Lab57.077542.9832-60.6073
CIE-Lab63.818147.6190-54.6985

#bb7efd color RGB value is (187,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 11111101
Octal 273 176 375
Decimal 187 126 253
Hex BB 7E FD

RGB Percentages of Color #bb7efd

%33.04
%22.26
%44.70

CMYK Percentages of Color #bb7efd

%26
%50
%0
%1

Triadic Colors of #bb7efd

#bb7efd #fdbb7e #7efdbb

Analogous Colors of #bb7efd

#bb7efd #fb7efd #7e81fd

Monochromatic Colors of #bb7efd

#bb7efd

Complementary Color

#bb7efd #c0fd7e

#bb7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7efd Color CSS Codes

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

#bb7efd Text Font Color

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

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


#bb7efd Background Color

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

This div background color is #bb7efd


#bb7efd Border Color

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

This div border color is #bb7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7efd


Comments

No comments written yet.

Please login to write comment.