Color Hex Logo

#bb1fcb Color Hex

#BB1FCB
(187,31,203)
0 Favorites   0 Comments

Color spaces of #bb1fcb

RGB 18731203
HSL0.820.740.46
HSV294°85°80°
CMYK 0.080.850.00   0.20
XYZ31.763015.856657.8864
Yxy15.85660.30110.1503
Hunter Lab39.820372.6963-58.3150
CIE-Lab46.785876.3462-53.7687

#bb1fcb color RGB value is (187,31,203).

#bb1fcb hex color red value is 187, green value is 31 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb1fcb hue: 0.82 , saturation: 0.74 and the lightness value of bb1fcb is 0.46.

The process color (four color CMYK) of #bb1fcb color hex is 0.08, 0.85, 0.00, 0.20. Web safe color of #bb1fcb is #cc33cc. Color #bb1fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 11001011
Octal 273 37 313
Decimal 187 31 203
Hex BB 1F CB

RGB Percentages of Color #bb1fcb

%44.42
%7.36
%48.22

CMYK Percentages of Color #bb1fcb

%8
%85
%0
%20

Triadic Colors of #bb1fcb

#bb1fcb #cbbb1f #1fcbbb

Analogous Colors of #bb1fcb

#bb1fcb #cb1f85 #651fcb

Monochromatic Colors of #bb1fcb

#bb1fcb

Complementary Color

#bb1fcb #2fcb1f

#bb1fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1fcb Color CSS Codes

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

#bb1fcb Text Font Color

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

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


#bb1fcb Background Color

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

This div background color is #bb1fcb


#bb1fcb Border Color

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

This div border color is #bb1fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1fcb


Comments

No comments written yet.

Please login to write comment.