Color Hex Logo

#bb7aeb Color Hex

#BB7AEB
(187,122,235)
0 Favorites   0 Comments

Color spaces of #bb7aeb

RGB 187122235
HSL0.760.740.70
HSV275°48°92°
CMYK 0.200.480.00   0.08
XYZ42.448430.482082.2436
Yxy30.48200.27360.1964
Hunter Lab55.210540.6207-49.6732
CIE-Lab62.067945.6890-47.5424

#bb7aeb color RGB value is (187,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111010 11101011
Octal 273 172 353
Decimal 187 122 235
Hex BB 7A EB

RGB Percentages of Color #bb7aeb

%34.38
%22.43
%43.20

CMYK Percentages of Color #bb7aeb

%20
%48
%0
%8

Triadic Colors of #bb7aeb

#bb7aeb #ebbb7a #7aebbb

Analogous Colors of #bb7aeb

#bb7aeb #eb7ae3 #837aeb

Monochromatic Colors of #bb7aeb

#bb7aeb

Complementary Color

#bb7aeb #aaeb7a

#bb7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7aeb Color CSS Codes

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

#bb7aeb Text Font Color

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

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


#bb7aeb Background Color

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

This div background color is #bb7aeb


#bb7aeb Border Color

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

This div border color is #bb7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7aeb


Comments

No comments written yet.

Please login to write comment.