Color Hex Logo

#bb7edb Color Hex

#BB7EDB
(187,126,219)
0 Favorites   0 Comments

Color spaces of #bb7edb

RGB 187126219
HSL0.780.560.68
HSV279°42°86°
CMYK 0.150.420.00   0.14
XYZ40.740630.601070.7772
Yxy30.60100.28670.2153
Hunter Lab55.318234.6545-37.1363
CIE-Lab62.169440.0559-38.4757

#bb7edb color RGB value is (187,126,219).

#bb7edb hex color red value is 187, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb7edb hue: 0.78 , saturation: 0.56 and the lightness value of bb7edb is 0.68.

The process color (four color CMYK) of #bb7edb color hex is 0.15, 0.42, 0.00, 0.14. Web safe color of #bb7edb is #cc66cc. Color #bb7edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111110 11011011
Octal 273 176 333
Decimal 187 126 219
Hex BB 7E DB

RGB Percentages of Color #bb7edb

%35.15
%23.68
%41.17

CMYK Percentages of Color #bb7edb

%15
%42
%0
%14

Triadic Colors of #bb7edb

#bb7edb #dbbb7e #7edbbb

Analogous Colors of #bb7edb

#bb7edb #db7ecd #8d7edb

Monochromatic Colors of #bb7edb

#bb7edb

Complementary Color

#bb7edb #9edb7e

#bb7edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7edb Color CSS Codes

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

#bb7edb Text Font Color

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

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


#bb7edb Background Color

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

This div background color is #bb7edb


#bb7edb Border Color

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

This div border color is #bb7edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7edb


Comments

No comments written yet.

Please login to write comment.