Color Hex Logo

#bb8fce Color Hex

#BB8FCE
(187,143,206)
0 Favorites   0 Comments

Color spaces of #bb8fce

RGB 187143206
HSL0.780.390.68
HSV282°31°81°
CMYK 0.090.310.00   0.19
XYZ41.456634.665962.8987
Yxy34.66590.29820.2494
Hunter Lab58.877822.6481-22.1247
CIE-Lab65.487727.9483-26.0715

#bb8fce color RGB value is (187,143,206).

#bb8fce hex color red value is 187, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb8fce hue: 0.78 , saturation: 0.39 and the lightness value of bb8fce is 0.68.

The process color (four color CMYK) of #bb8fce color hex is 0.09, 0.31, 0.00, 0.19. Web safe color of #bb8fce is #cc99cc. Color #bb8fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 11001110
Octal 273 217 316
Decimal 187 143 206
Hex BB 8F CE

RGB Percentages of Color #bb8fce

%34.89
%26.68
%38.43

CMYK Percentages of Color #bb8fce

%9
%31
%0
%19

Triadic Colors of #bb8fce

#bb8fce #cebb8f #8fcebb

Analogous Colors of #bb8fce

#bb8fce #ce8fc2 #9c8fce

Monochromatic Colors of #bb8fce

#bb8fce

Complementary Color

#bb8fce #a2ce8f

#bb8fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8fce Color CSS Codes

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

#bb8fce Text Font Color

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

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


#bb8fce Background Color

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

This div background color is #bb8fce


#bb8fce Border Color

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

This div border color is #bb8fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8fce


Comments

No comments written yet.

Please login to write comment.