Color Hex Logo

#bb6fce Color Hex

#BB6FCE
(187,111,206)
0 Favorites   0 Comments

Color spaces of #bb6fce

RGB 187111206
HSL0.800.490.62
HSV288°46°81°
CMYK 0.090.460.00   0.19
XYZ37.318526.389961.5194
Yxy26.38990.29800.2107
Hunter Lab51.371139.7718-35.0429
CIE-Lab58.405345.4146-37.0560

#bb6fce color RGB value is (187,111,206).

#bb6fce hex color red value is 187, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb6fce hue: 0.80 , saturation: 0.49 and the lightness value of bb6fce is 0.62.

The process color (four color CMYK) of #bb6fce color hex is 0.09, 0.46, 0.00, 0.19. Web safe color of #bb6fce is #cc66cc. Color #bb6fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101111 11001110
Octal 273 157 316
Decimal 187 111 206
Hex BB 6F CE

RGB Percentages of Color #bb6fce

%37.10
%22.02
%40.87

CMYK Percentages of Color #bb6fce

%9
%46
%0
%19

Triadic Colors of #bb6fce

#bb6fce #cebb6f #6fcebb

Analogous Colors of #bb6fce

#bb6fce #ce6fb2 #8c6fce

Monochromatic Colors of #bb6fce

#bb6fce

Complementary Color

#bb6fce #82ce6f

#bb6fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6fce Color CSS Codes

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

#bb6fce Text Font Color

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

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


#bb6fce Background Color

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

This div background color is #bb6fce


#bb6fce Border Color

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

This div border color is #bb6fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,111,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 #bb6fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6fce


Comments

No comments written yet.

Please login to write comment.