Color Hex Logo

#bb84ec Color Hex

#BB84EC
(187,132,236)
0 Favorites   0 Comments

Color spaces of #bb84ec

RGB 187132236
HSL0.750.730.72
HSV272°44°93°
CMYK 0.210.440.00   0.07
XYZ43.885133.123583.4373
Yxy33.12350.27350.2064
Hunter Lab57.553035.3913-45.6684
CIE-Lab64.260840.5009-44.6386

#bb84ec color RGB value is (187,132,236).

#bb84ec hex color red value is 187, green value is 132 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb84ec hue: 0.75 , saturation: 0.73 and the lightness value of bb84ec is 0.72.

The process color (four color CMYK) of #bb84ec color hex is 0.21, 0.44, 0.00, 0.07. Web safe color of #bb84ec is #cc99ff. Color #bb84ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 11101100
Octal 273 204 354
Decimal 187 132 236
Hex BB 84 EC

RGB Percentages of Color #bb84ec

%33.69
%23.78
%42.52

CMYK Percentages of Color #bb84ec

%21
%44
%0
%7

Triadic Colors of #bb84ec

#bb84ec #ecbb84 #84ecbb

Analogous Colors of #bb84ec

#bb84ec #ec84e9 #8784ec

Monochromatic Colors of #bb84ec

#bb84ec

Complementary Color

#bb84ec #b5ec84

#bb84ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb84ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb84ec Color CSS Codes

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

#bb84ec Text Font Color

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

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


#bb84ec Background Color

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

This div background color is #bb84ec


#bb84ec Border Color

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

This div border color is #bb84ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb84ec


Comments

No comments written yet.

Please login to write comment.