Color Hex Logo

#bb8cef Color Hex

#BB8CEF
(187,140,239)
0 Favorites   0 Comments

Color spaces of #bb8cef

RGB 187140239
HSL0.750.760.74
HSV268°41°94°
CMYK 0.220.410.00   0.06
XYZ45.451635.553086.1282
Yxy35.55300.27190.2127
Hunter Lab59.626331.7198-43.9039
CIE-Lab66.177036.7861-43.2815

#bb8cef color RGB value is (187,140,239).

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

The process color (four color CMYK) of #bb8cef color hex is 0.22, 0.41, 0.00, 0.06. Web safe color of #bb8cef is #cc99ff. Color #bb8cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001100 11101111
Octal 273 214 357
Decimal 187 140 239
Hex BB 8C EF

RGB Percentages of Color #bb8cef

%33.04
%24.73
%42.23

CMYK Percentages of Color #bb8cef

%22
%41
%0
%6

Triadic Colors of #bb8cef

#bb8cef #efbb8c #8cefbb

Analogous Colors of #bb8cef

#bb8cef #ed8cef #8c8fef

Monochromatic Colors of #bb8cef

#bb8cef

Complementary Color

#bb8cef #c0ef8c

#bb8cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8cef Color CSS Codes

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

#bb8cef Text Font Color

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

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


#bb8cef Background Color

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

This div background color is #bb8cef


#bb8cef Border Color

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

This div border color is #bb8cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8cef


Comments

No comments written yet.

Please login to write comment.