Color Hex Logo

#bb92be Color Hex

#BB92BE
(187,146,190)
0 Favorites   0 Comments

Color spaces of #bb92be

RGB 187146190
HSL0.820.250.66
HSV296°23°75°
CMYK 0.020.230.00   0.25
XYZ40.066734.840353.3283
Yxy34.84030.31240.2717
Hunter Lab59.025717.8711-12.2491
CIE-Lab65.624123.0744-16.9194

#bb92be color RGB value is (187,146,190).

#bb92be hex color red value is 187, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bb92be hue: 0.82 , saturation: 0.25 and the lightness value of bb92be is 0.66.

The process color (four color CMYK) of #bb92be color hex is 0.02, 0.23, 0.00, 0.25. Web safe color of #bb92be is #cc99cc. Color #bb92be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 10111110
Octal 273 222 276
Decimal 187 146 190
Hex BB 92 BE

RGB Percentages of Color #bb92be

%35.76
%27.92
%36.33

CMYK Percentages of Color #bb92be

%2
%23
%0
%25

Triadic Colors of #bb92be

#bb92be #bebb92 #92bebb

Analogous Colors of #bb92be

#bb92be #be92ab #a592be

Monochromatic Colors of #bb92be

#bb92be

Complementary Color

#bb92be #95be92

#bb92be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb92be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb92be Color CSS Codes

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

#bb92be Text Font Color

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

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


#bb92be Background Color

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

This div background color is #bb92be


#bb92be Border Color

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

This div border color is #bb92be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb92be


Comments

No comments written yet.

Please login to write comment.