Color Hex Logo

#bb4bef Color Hex

#BB4BEF
(187,75,239)
0 Favorites   0 Comments

Color spaces of #bb4bef

RGB 18775239
HSL0.780.840.62
HSV281°69°94°
CMYK 0.220.690.00   0.06
XYZ38.589621.828983.8409
Yxy21.82890.26750.1513
Hunter Lab46.721465.6698-73.6901
CIE-Lab53.845069.1817-62.8915

#bb4bef color RGB value is (187,75,239).

#bb4bef hex color red value is 187, green value is 75 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb4bef hue: 0.78 , saturation: 0.84 and the lightness value of bb4bef is 0.62.

The process color (four color CMYK) of #bb4bef color hex is 0.22, 0.69, 0.00, 0.06. Web safe color of #bb4bef is #cc33ff. Color #bb4bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001011 11101111
Octal 273 113 357
Decimal 187 75 239
Hex BB 4B EF

RGB Percentages of Color #bb4bef

%37.33
%14.97
%47.70

CMYK Percentages of Color #bb4bef

%22
%69
%0
%6

Triadic Colors of #bb4bef

#bb4bef #efbb4b #4befbb

Analogous Colors of #bb4bef

#bb4bef #ef4bd1 #694bef

Monochromatic Colors of #bb4bef

#bb4bef

Complementary Color

#bb4bef #7fef4b

#bb4bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4bef Color CSS Codes

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

#bb4bef Text Font Color

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

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


#bb4bef Background Color

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

This div background color is #bb4bef


#bb4bef Border Color

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

This div border color is #bb4bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4bef


Comments

No comments written yet.

Please login to write comment.