Color Hex Logo

#bb84bf Color Hex

#BB84BF
(187,132,191)
0 Favorites   0 Comments

Color spaces of #bb84bf

RGB 187132191
HSL0.820.320.63
HSV296°31°75°
CMYK 0.020.310.00   0.25
XYZ38.148830.828953.2301
Yxy30.82890.31220.2523
Hunter Lab55.523825.4756-17.9741
CIE-Lab62.362931.0513-22.4454

#bb84bf color RGB value is (187,132,191).

#bb84bf hex color red value is 187, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb84bf hue: 0.82 , saturation: 0.32 and the lightness value of bb84bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 10111111
Octal 273 204 277
Decimal 187 132 191
Hex BB 84 BF

RGB Percentages of Color #bb84bf

%36.67
%25.88
%37.45

CMYK Percentages of Color #bb84bf

%2
%31
%0
%25

Triadic Colors of #bb84bf

#bb84bf #bfbb84 #84bfbb

Analogous Colors of #bb84bf

#bb84bf #bf84a6 #9e84bf

Monochromatic Colors of #bb84bf

#bb84bf

Complementary Color

#bb84bf #88bf84

#bb84bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb84bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb84bf Color CSS Codes

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

#bb84bf Text Font Color

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

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


#bb84bf Background Color

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

This div background color is #bb84bf


#bb84bf Border Color

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

This div border color is #bb84bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb84bf


Comments

No comments written yet.

Please login to write comment.