Color Hex Logo

#bb25cb Color Hex

#BB25CB
(187,37,203)
0 Favorites   0 Comments

Color spaces of #bb25cb

RGB 18737203
HSL0.820.690.47
HSV294°82°80°
CMYK 0.080.820.00   0.20
XYZ31.934616.199757.9436
Yxy16.19970.30100.1527
Hunter Lab40.248971.1916-57.1817
CIE-Lab47.235475.0319-53.0469

#bb25cb color RGB value is (187,37,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100101 11001011
Octal 273 45 313
Decimal 187 37 203
Hex BB 25 CB

RGB Percentages of Color #bb25cb

%43.79
%8.67
%47.54

CMYK Percentages of Color #bb25cb

%8
%82
%0
%20

Triadic Colors of #bb25cb

#bb25cb #cbbb25 #25cbbb

Analogous Colors of #bb25cb

#bb25cb #cb2588 #6825cb

Monochromatic Colors of #bb25cb

#bb25cb

Complementary Color

#bb25cb #35cb25

#bb25cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb25cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb25cb Color CSS Codes

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

#bb25cb Text Font Color

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

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


#bb25cb Background Color

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

This div background color is #bb25cb


#bb25cb Border Color

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

This div border color is #bb25cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb25cb


Comments

No comments written yet.

Please login to write comment.