Color Hex Logo

#bb8eed Color Hex

#BB8EED
(187,142,237)
0 Favorites   0 Comments

Color spaces of #bb8eed

RGB 187142237
HSL0.750.730.74
HSV268°40°93°
CMYK 0.210.400.00   0.07
XYZ45.452636.025284.6787
Yxy36.02520.27360.2168
Hunter Lab60.021030.1374-41.6327
CIE-Lab66.539235.2277-41.6135

#bb8eed color RGB value is (187,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 11101101
Octal 273 216 355
Decimal 187 142 237
Hex BB 8E ED

RGB Percentages of Color #bb8eed

%33.04
%25.09
%41.87

CMYK Percentages of Color #bb8eed

%21
%40
%0
%7

Triadic Colors of #bb8eed

#bb8eed #edbb8e #8eedbb

Analogous Colors of #bb8eed

#bb8eed #eb8eed #8e91ed

Monochromatic Colors of #bb8eed

#bb8eed

Complementary Color

#bb8eed #c0ed8e

#bb8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8eed Color CSS Codes

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

#bb8eed Text Font Color

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

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


#bb8eed Background Color

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

This div background color is #bb8eed


#bb8eed Border Color

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

This div border color is #bb8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8eed


Comments

No comments written yet.

Please login to write comment.