Color Hex Logo

#bb0fbd Color Hex

#BB0FBD
(187,15,189)
0 Favorites   0 Comments

Color spaces of #bb0fbd

RGB 18715189
HSL0.830.850.40
HSV299°92°74°
CMYK 0.010.920.00   0.26
XYZ29.849614.580649.3852
Yxy14.58060.31820.1554
Hunter Lab38.184672.7139-49.9523
CIE-Lab45.054376.6974-48.3991

#bb0fbd color RGB value is (187,15,189).

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

The process color (four color CMYK) of #bb0fbd color hex is 0.01, 0.92, 0.00, 0.26. Web safe color of #bb0fbd is #cc00cc. Color #bb0fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001111 10111101
Octal 273 17 275
Decimal 187 15 189
Hex BB F BD

RGB Percentages of Color #bb0fbd

%47.83
%3.84
%48.34

CMYK Percentages of Color #bb0fbd

%1
%92
%0
%26

Triadic Colors of #bb0fbd

#bb0fbd #bdbb0f #0fbdbb

Analogous Colors of #bb0fbd

#bb0fbd #bd0f68 #640fbd

Monochromatic Colors of #bb0fbd

#bb0fbd

Complementary Color

#bb0fbd #11bd0f

#bb0fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0fbd Color CSS Codes

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

#bb0fbd Text Font Color

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

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


#bb0fbd Background Color

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

This div background color is #bb0fbd


#bb0fbd Border Color

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

This div border color is #bb0fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0fbd


Comments

No comments written yet.

Please login to write comment.