Color Hex Logo

#bb1fbf Color Hex

#BB1FBF
(187,31,191)
0 Favorites   0 Comments

Color spaces of #bb1fbf

RGB 18731191
HSL0.830.720.44
HSV299°84°75°
CMYK 0.020.840.00   0.25
XYZ30.387515.306450.6430
Yxy15.30640.31540.1589
Hunter Lab39.123470.1766-49.3611
CIE-Lab46.051074.4306-47.9743

#bb1fbf color RGB value is (187,31,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 10111111
Octal 273 37 277
Decimal 187 31 191
Hex BB 1F BF

RGB Percentages of Color #bb1fbf

%45.72
%7.58
%46.70

CMYK Percentages of Color #bb1fbf

%2
%84
%0
%25

Triadic Colors of #bb1fbf

#bb1fbf #bfbb1f #1fbfbb

Analogous Colors of #bb1fbf

#bb1fbf #bf1f73 #6b1fbf

Monochromatic Colors of #bb1fbf

#bb1fbf

Complementary Color

#bb1fbf #23bf1f

#bb1fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1fbf Color CSS Codes

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

#bb1fbf Text Font Color

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

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


#bb1fbf Background Color

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

This div background color is #bb1fbf


#bb1fbf Border Color

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

This div border color is #bb1fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1fbf


Comments

No comments written yet.

Please login to write comment.