Color Hex Logo

#bb13cb Color Hex

#BB13CB
(187,19,203)
0 Favorites   0 Comments

Color spaces of #bb13cb

RGB 18719203
HSL0.820.830.44
HSV295°91°80°
CMYK 0.080.910.00   0.20
XYZ31.505915.342357.8007
Yxy15.34230.30110.1466
Hunter Lab39.169275.0308-60.0737
CIE-Lab46.099578.3656-54.8720

#bb13cb color RGB value is (187,19,203).

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

The process color (four color CMYK) of #bb13cb color hex is 0.08, 0.91, 0.00, 0.20. Web safe color of #bb13cb is #cc00cc. Color #bb13cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 11001011
Octal 273 23 313
Decimal 187 19 203
Hex BB 13 CB

RGB Percentages of Color #bb13cb

%45.72
%4.65
%49.63

CMYK Percentages of Color #bb13cb

%8
%91
%0
%20

Triadic Colors of #bb13cb

#bb13cb #cbbb13 #13cbbb

Analogous Colors of #bb13cb

#bb13cb #cb137f #5f13cb

Monochromatic Colors of #bb13cb

#bb13cb

Complementary Color

#bb13cb #23cb13

#bb13cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb13cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb13cb Color CSS Codes

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

#bb13cb Text Font Color

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

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


#bb13cb Background Color

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

This div background color is #bb13cb


#bb13cb Border Color

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

This div border color is #bb13cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb13cb


Comments

No comments written yet.

Please login to write comment.