Color Hex Logo

#bb4eeb Color Hex

#BB4EEB
(187,78,235)
0 Favorites   0 Comments

Color spaces of #bb4eeb

RGB 18778235
HSL0.780.800.61
HSV282°67°92°
CMYK 0.200.670.00   0.08
XYZ38.213322.011780.8319
Yxy22.01170.27090.1560
Hunter Lab46.916663.2830-69.3081
CIE-Lab54.039467.1363-60.3365

#bb4eeb color RGB value is (187,78,235).

#bb4eeb hex color red value is 187, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb4eeb hue: 0.78 , saturation: 0.80 and the lightness value of bb4eeb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001110 11101011
Octal 273 116 353
Decimal 187 78 235
Hex BB 4E EB

RGB Percentages of Color #bb4eeb

%37.40
%15.60
%47.00

CMYK Percentages of Color #bb4eeb

%20
%67
%0
%8

Triadic Colors of #bb4eeb

#bb4eeb #ebbb4e #4eebbb

Analogous Colors of #bb4eeb

#bb4eeb #eb4ecd #6d4eeb

Monochromatic Colors of #bb4eeb

#bb4eeb

Complementary Color

#bb4eeb #7eeb4e

#bb4eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4eeb Color CSS Codes

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

#bb4eeb Text Font Color

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

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


#bb4eeb Background Color

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

This div background color is #bb4eeb


#bb4eeb Border Color

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

This div border color is #bb4eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4eeb


Comments

No comments written yet.

Please login to write comment.