Color Hex Logo

#bb92ce Color Hex

#BB92CE
(187,146,206)
0 Favorites   0 Comments

Color spaces of #bb92ce

RGB 187146206
HSL0.780.380.69
HSV281°29°81°
CMYK 0.090.290.00   0.19
XYZ41.913035.578863.0509
Yxy35.57880.29820.2532
Hunter Lab59.648021.0431-20.9189
CIE-Lab66.196826.2782-24.9832

#bb92ce color RGB value is (187,146,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 11001110
Octal 273 222 316
Decimal 187 146 206
Hex BB 92 CE

RGB Percentages of Color #bb92ce

%34.69
%27.09
%38.22

CMYK Percentages of Color #bb92ce

%9
%29
%0
%19

Triadic Colors of #bb92ce

#bb92ce #cebb92 #92cebb

Analogous Colors of #bb92ce

#bb92ce #ce92c3 #9d92ce

Monochromatic Colors of #bb92ce

#bb92ce

Complementary Color

#bb92ce #a5ce92

#bb92ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb92ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb92ce Color CSS Codes

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

#bb92ce Text Font Color

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

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


#bb92ce Background Color

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

This div background color is #bb92ce


#bb92ce Border Color

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

This div border color is #bb92ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb92ce

#bb92ce Color Palettes


Comments

No comments written yet.

Please login to write comment.