Color Hex Logo

#bb3fbc Color Hex

#BB3FBC
(187,63,188)
0 Favorites   0 Comments

Color spaces of #bb3fbc

RGB 18763188
HSL0.830.500.49
HSV300°66°74°
CMYK 0.010.660.00   0.26
XYZ31.348117.750649.3509
Yxy17.75060.31840.1803
Hunter Lab42.131559.0837-39.9576
CIE-Lab49.192264.4563-41.2293

#bb3fbc color RGB value is (187,63,188).

#bb3fbc hex color red value is 187, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb3fbc hue: 0.83 , saturation: 0.50 and the lightness value of bb3fbc is 0.49.

The process color (four color CMYK) of #bb3fbc color hex is 0.01, 0.66, 0.00, 0.26. Web safe color of #bb3fbc is #cc33cc. Color #bb3fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111111 10111100
Octal 273 77 274
Decimal 187 63 188
Hex BB 3F BC

RGB Percentages of Color #bb3fbc

%42.69
%14.38
%42.92

CMYK Percentages of Color #bb3fbc

%1
%66
%0
%26

Triadic Colors of #bb3fbc

#bb3fbc #bcbb3f #3fbcbb

Analogous Colors of #bb3fbc

#bb3fbc #bc3f7f #7d3fbc

Monochromatic Colors of #bb3fbc

#bb3fbc

Complementary Color

#bb3fbc #40bc3f

#bb3fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3fbc Color CSS Codes

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

#bb3fbc Text Font Color

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

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


#bb3fbc Background Color

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

This div background color is #bb3fbc


#bb3fbc Border Color

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

This div border color is #bb3fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3fbc


Comments

No comments written yet.

Please login to write comment.