Color Hex Logo

#bb20da Color Hex

#BB20DA
(187,32,218)
0 Favorites   0 Comments

Color spaces of #bb20da

RGB 18732218
HSL0.810.740.49
HSV290°85°85°
CMYK 0.140.850.00   0.15
XYZ33.664916.659867.7710
Yxy16.65980.28510.1411
Hunter Lab40.816475.7960-69.8728
CIE-Lab47.828578.6434-60.7129

#bb20da color RGB value is (187,32,218).

#bb20da hex color red value is 187, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb20da hue: 0.81 , saturation: 0.74 and the lightness value of bb20da is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 11011010
Octal 273 40 332
Decimal 187 32 218
Hex BB 20 DA

RGB Percentages of Color #bb20da

%42.79
%7.32
%49.89

CMYK Percentages of Color #bb20da

%14
%85
%0
%15

Triadic Colors of #bb20da

#bb20da #dabb20 #20dabb

Analogous Colors of #bb20da

#bb20da #da209c #5e20da

Monochromatic Colors of #bb20da

#bb20da

Complementary Color

#bb20da #3fda20

#bb20da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb20da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb20da Color CSS Codes

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

#bb20da Text Font Color

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

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


#bb20da Background Color

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

This div background color is #bb20da


#bb20da Border Color

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

This div border color is #bb20da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb20da


Comments

No comments written yet.

Please login to write comment.