Color Hex Logo

#bb8fee Color Hex

#BB8FEE
(187,143,238)
0 Favorites   0 Comments

Color spaces of #bb8fee

RGB 187143238
HSL0.740.740.75
HSV268°40°93°
CMYK 0.210.400.00   0.07
XYZ45.748636.382885.5003
Yxy36.38280.27290.2170
Hunter Lab60.318229.8274-41.8202
CIE-Lab66.811434.9013-41.7371

#bb8fee color RGB value is (187,143,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 11101110
Octal 273 217 356
Decimal 187 143 238
Hex BB 8F EE

RGB Percentages of Color #bb8fee

%32.92
%25.18
%41.90

CMYK Percentages of Color #bb8fee

%21
%40
%0
%7

Triadic Colors of #bb8fee

#bb8fee #eebb8f #8feebb

Analogous Colors of #bb8fee

#bb8fee #eb8fee #8f93ee

Monochromatic Colors of #bb8fee

#bb8fee

Complementary Color

#bb8fee #c2ee8f

#bb8fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8fee Color CSS Codes

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

#bb8fee Text Font Color

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

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


#bb8fee Background Color

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

This div background color is #bb8fee


#bb8fee Border Color

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

This div border color is #bb8fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8fee


Comments

No comments written yet.

Please login to write comment.