Color Hex Logo

#bb27bd Color Hex

#BB27BD
(187,39,189)
0 Favorites   0 Comments

Color spaces of #bb27bd

RGB 18739189
HSL0.830.660.45
HSV299°79°74°
CMYK 0.010.790.00   0.26
XYZ30.404315.690049.5701
Yxy15.69000.31780.1640
Hunter Lab39.610667.6944-46.4702
CIE-Lab46.565172.2777-45.9859

#bb27bd color RGB value is (187,39,189).

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

The process color (four color CMYK) of #bb27bd color hex is 0.01, 0.79, 0.00, 0.26. Web safe color of #bb27bd is #cc33cc. Color #bb27bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 10111101
Octal 273 47 275
Decimal 187 39 189
Hex BB 27 BD

RGB Percentages of Color #bb27bd

%45.06
%9.40
%45.54

CMYK Percentages of Color #bb27bd

%1
%79
%0
%26

Triadic Colors of #bb27bd

#bb27bd #bdbb27 #27bdbb

Analogous Colors of #bb27bd

#bb27bd #bd2774 #7027bd

Monochromatic Colors of #bb27bd

#bb27bd

Complementary Color

#bb27bd #29bd27

#bb27bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb27bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb27bd Color CSS Codes

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

#bb27bd Text Font Color

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

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


#bb27bd Background Color

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

This div background color is #bb27bd


#bb27bd Border Color

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

This div border color is #bb27bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb27bd


Comments

No comments written yet.

Please login to write comment.