Color Hex Logo

#bb67eb Color Hex

#BB67EB
(187,103,235)
0 Favorites   0 Comments

Color spaces of #bb67eb

RGB 187103235
HSL0.770.770.66
HSV278°56°92°
CMYK 0.200.560.00   0.08
XYZ40.339226.263481.5405
Yxy26.26340.27230.1773
Hunter Lab51.247850.8207-58.4629
CIE-Lab58.286255.5513-53.5420

#bb67eb color RGB value is (187,103,235).

#bb67eb hex color red value is 187, green value is 103 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb67eb hue: 0.77 , saturation: 0.77 and the lightness value of bb67eb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100111 11101011
Octal 273 147 353
Decimal 187 103 235
Hex BB 67 EB

RGB Percentages of Color #bb67eb

%35.62
%19.62
%44.76

CMYK Percentages of Color #bb67eb

%20
%56
%0
%8

Triadic Colors of #bb67eb

#bb67eb #ebbb67 #67ebbb

Analogous Colors of #bb67eb

#bb67eb #eb67d9 #7967eb

Monochromatic Colors of #bb67eb

#bb67eb

Complementary Color

#bb67eb #97eb67

#bb67eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb67eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb67eb Color CSS Codes

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

#bb67eb Text Font Color

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

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


#bb67eb Background Color

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

This div background color is #bb67eb


#bb67eb Border Color

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

This div border color is #bb67eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb67eb


Comments

No comments written yet.

Please login to write comment.