Color Hex Logo

#bb4fbd Color Hex

#BB4FBD
(187,79,189)
0 Favorites   0 Comments

Color spaces of #bb4fbd

RGB 18779189
HSL0.830.450.53
HSV299°58°74°
CMYK 0.010.580.00   0.26
XYZ32.474819.830950.2602
Yxy19.83090.31660.1933
Hunter Lab44.531952.2400-35.7444
CIE-Lab51.645557.9720-37.9373

#bb4fbd color RGB value is (187,79,189).

#bb4fbd hex color red value is 187, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb4fbd hue: 0.83 , saturation: 0.45 and the lightness value of bb4fbd is 0.53.

The process color (four color CMYK) of #bb4fbd color hex is 0.01, 0.58, 0.00, 0.26. Web safe color of #bb4fbd is #cc66cc. Color #bb4fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001111 10111101
Octal 273 117 275
Decimal 187 79 189
Hex BB 4F BD

RGB Percentages of Color #bb4fbd

%41.10
%17.36
%41.54

CMYK Percentages of Color #bb4fbd

%1
%58
%0
%26

Triadic Colors of #bb4fbd

#bb4fbd #bdbb4f #4fbdbb

Analogous Colors of #bb4fbd

#bb4fbd #bd4f88 #844fbd

Monochromatic Colors of #bb4fbd

#bb4fbd

Complementary Color

#bb4fbd #51bd4f

#bb4fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4fbd Color CSS Codes

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

#bb4fbd Text Font Color

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

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


#bb4fbd Background Color

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

This div background color is #bb4fbd


#bb4fbd Border Color

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

This div border color is #bb4fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4fbd


Comments

No comments written yet.

Please login to write comment.