Color Hex Logo

#bb86ea Color Hex

#BB86EA
(187,134,234)
0 Favorites   0 Comments

Color spaces of #bb86ea

RGB 187134234
HSL0.760.700.72
HSV272°43°92°
CMYK 0.200.430.00   0.08
XYZ43.869933.555582.0066
Yxy33.55550.27520.2105
Hunter Lab57.927133.8108-43.3870
CIE-Lab64.608238.9588-42.9875

#bb86ea color RGB value is (187,134,234).

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

The process color (four color CMYK) of #bb86ea color hex is 0.20, 0.43, 0.00, 0.08. Web safe color of #bb86ea is #cc99ff. Color #bb86ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 11101010
Octal 273 206 352
Decimal 187 134 234
Hex BB 86 EA

RGB Percentages of Color #bb86ea

%33.69
%24.14
%42.16

CMYK Percentages of Color #bb86ea

%20
%43
%0
%8

Triadic Colors of #bb86ea

#bb86ea #eabb86 #86eabb

Analogous Colors of #bb86ea

#bb86ea #ea86e7 #8986ea

Monochromatic Colors of #bb86ea

#bb86ea

Complementary Color

#bb86ea #b5ea86

#bb86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb86ea Color CSS Codes

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

#bb86ea Text Font Color

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

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


#bb86ea Background Color

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

This div background color is #bb86ea


#bb86ea Border Color

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

This div border color is #bb86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb86ea


Comments

No comments written yet.

Please login to write comment.