Color Hex Logo

#bb4bbf Color Hex

#BB4BBF
(187,75,191)
0 Favorites   0 Comments

Color spaces of #bb4bbf

RGB 18775191
HSL0.830.480.52
HSV298°61°75°
CMYK 0.020.610.00   0.25
XYZ32.413619.358551.3184
Yxy19.35850.31440.1878
Hunter Lab43.998354.5042-38.3554
CIE-Lab51.104060.0862-39.9481

#bb4bbf color RGB value is (187,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001011 10111111
Octal 273 113 277
Decimal 187 75 191
Hex BB 4B BF

RGB Percentages of Color #bb4bbf

%41.28
%16.56
%42.16

CMYK Percentages of Color #bb4bbf

%2
%61
%0
%25

Triadic Colors of #bb4bbf

#bb4bbf #bfbb4b #4bbfbb

Analogous Colors of #bb4bbf

#bb4bbf #bf4b89 #814bbf

Monochromatic Colors of #bb4bbf

#bb4bbf

Complementary Color

#bb4bbf #4fbf4b

#bb4bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4bbf Color CSS Codes

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

#bb4bbf Text Font Color

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

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


#bb4bbf Background Color

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

This div background color is #bb4bbf


#bb4bbf Border Color

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

This div border color is #bb4bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4bbf


Comments

No comments written yet.

Please login to write comment.