Color Hex Logo

#bb33bf Color Hex

#BB33BF
(187,51,191)
0 Favorites   0 Comments

Color spaces of #bb33bf

RGB 18751191
HSL0.830.580.47
HSV298°73°75°
CMYK 0.020.730.00   0.25
XYZ31.081316.694050.8743
Yxy16.69400.31510.1692
Hunter Lab40.858364.2847-45.2236
CIE-Lab47.872169.1634-45.0700

#bb33bf color RGB value is (187,51,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 10111111
Octal 273 63 277
Decimal 187 51 191
Hex BB 33 BF

RGB Percentages of Color #bb33bf

%43.59
%11.89
%44.52

CMYK Percentages of Color #bb33bf

%2
%73
%0
%25

Triadic Colors of #bb33bf

#bb33bf #bfbb33 #33bfbb

Analogous Colors of #bb33bf

#bb33bf #bf337d #7533bf

Monochromatic Colors of #bb33bf

#bb33bf

Complementary Color

#bb33bf #37bf33

#bb33bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb33bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb33bf Color CSS Codes

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

#bb33bf Text Font Color

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

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


#bb33bf Background Color

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

This div background color is #bb33bf


#bb33bf Border Color

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

This div border color is #bb33bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb33bf


Comments

No comments written yet.

Please login to write comment.