Color Hex Logo

#bb36bf Color Hex

#BB36BF
(187,54,191)
0 Favorites   0 Comments

Color spaces of #bb36bf

RGB 18754191
HSL0.830.560.48
HSV298°72°75°
CMYK 0.020.720.00   0.25
XYZ31.216716.964750.9194
Yxy16.96470.31500.1712
Hunter Lab41.188263.2064-44.4662
CIE-Lab48.215568.1828-44.5238

#bb36bf color RGB value is (187,54,191).

#bb36bf hex color red value is 187, green value is 54 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb36bf hue: 0.83 , saturation: 0.56 and the lightness value of bb36bf is 0.48.

The process color (four color CMYK) of #bb36bf color hex is 0.02, 0.72, 0.00, 0.25. Web safe color of #bb36bf is #cc33cc. Color #bb36bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 10111111
Octal 273 66 277
Decimal 187 54 191
Hex BB 36 BF

RGB Percentages of Color #bb36bf

%43.29
%12.50
%44.21

CMYK Percentages of Color #bb36bf

%2
%72
%0
%25

Triadic Colors of #bb36bf

#bb36bf #bfbb36 #36bfbb

Analogous Colors of #bb36bf

#bb36bf #bf367f #7736bf

Monochromatic Colors of #bb36bf

#bb36bf

Complementary Color

#bb36bf #3abf36

#bb36bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb36bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb36bf Color CSS Codes

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

#bb36bf Text Font Color

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

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


#bb36bf Background Color

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

This div background color is #bb36bf


#bb36bf Border Color

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

This div border color is #bb36bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb36bf


Comments

No comments written yet.

Please login to write comment.