Color Hex Logo

#bb28da Color Hex

#BB28DA
(187,40,218)
0 Favorites   0 Comments

Color spaces of #bb28da

RGB 18740218
HSL0.800.710.51
HSV290°82°85°
CMYK 0.140.820.00   0.15
XYZ33.907217.144367.8517
Yxy17.14430.28520.1442
Hunter Lab41.405773.7141-68.1749
CIE-Lab48.441376.8485-59.7240

#bb28da color RGB value is (187,40,218).

#bb28da hex color red value is 187, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb28da hue: 0.80 , saturation: 0.71 and the lightness value of bb28da is 0.51.

The process color (four color CMYK) of #bb28da color hex is 0.14, 0.82, 0.00, 0.15. Web safe color of #bb28da is #cc33cc. Color #bb28da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 11011010
Octal 273 50 332
Decimal 187 40 218
Hex BB 28 DA

RGB Percentages of Color #bb28da

%42.02
%8.99
%48.99

CMYK Percentages of Color #bb28da

%14
%82
%0
%15

Triadic Colors of #bb28da

#bb28da #dabb28 #28dabb

Analogous Colors of #bb28da

#bb28da #da28a0 #6228da

Monochromatic Colors of #bb28da

#bb28da

Complementary Color

#bb28da #47da28

#bb28da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb28da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb28da Color CSS Codes

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

#bb28da Text Font Color

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

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


#bb28da Background Color

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

This div background color is #bb28da


#bb28da Border Color

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

This div border color is #bb28da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb28da


Comments

No comments written yet.

Please login to write comment.