Color Hex Logo

#bb48bf Color Hex

#BB48BF
(187,72,191)
0 Favorites   0 Comments

Color spaces of #bb48bf

RGB 18772191
HSL0.830.480.52
HSV298°62°75°
CMYK 0.020.620.00   0.25
XYZ32.214918.961151.2522
Yxy18.96110.31450.1851
Hunter Lab43.544355.8549-39.3040
CIE-Lab50.641761.3638-40.6783

#bb48bf color RGB value is (187,72,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 10111111
Octal 273 110 277
Decimal 187 72 191
Hex BB 48 BF

RGB Percentages of Color #bb48bf

%41.56
%16.00
%42.44

CMYK Percentages of Color #bb48bf

%2
%62
%0
%25

Triadic Colors of #bb48bf

#bb48bf #bfbb48 #48bfbb

Analogous Colors of #bb48bf

#bb48bf #bf4888 #8048bf

Monochromatic Colors of #bb48bf

#bb48bf

Complementary Color

#bb48bf #4cbf48

#bb48bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb48bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb48bf Color CSS Codes

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

#bb48bf Text Font Color

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

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


#bb48bf Background Color

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

This div background color is #bb48bf


#bb48bf Border Color

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

This div border color is #bb48bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb48bf


Comments

No comments written yet.

Please login to write comment.