Color Hex Logo

#bb7beb Color Hex

#BB7BEB
(187,123,235)
0 Favorites   0 Comments

Color spaces of #bb7beb

RGB 187123235
HSL0.760.740.70
HSV274°48°92°
CMYK 0.200.480.00   0.08
XYZ42.571930.728982.2847
Yxy30.72890.27360.1975
Hunter Lab55.433740.0754-49.2054
CIE-Lab62.278145.1532-47.2103

#bb7beb color RGB value is (187,123,235).

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

The process color (four color CMYK) of #bb7beb color hex is 0.20, 0.48, 0.00, 0.08. Web safe color of #bb7beb is #cc66ff. Color #bb7beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111011 11101011
Octal 273 173 353
Decimal 187 123 235
Hex BB 7B EB

RGB Percentages of Color #bb7beb

%34.31
%22.57
%43.12

CMYK Percentages of Color #bb7beb

%20
%48
%0
%8

Triadic Colors of #bb7beb

#bb7beb #ebbb7b #7bebbb

Analogous Colors of #bb7beb

#bb7beb #eb7be3 #837beb

Monochromatic Colors of #bb7beb

#bb7beb

Complementary Color

#bb7beb #abeb7b

#bb7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7beb Color CSS Codes

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

#bb7beb Text Font Color

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

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


#bb7beb Background Color

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

This div background color is #bb7beb


#bb7beb Border Color

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

This div border color is #bb7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7beb


Comments

No comments written yet.

Please login to write comment.