Color Hex Logo

#bb37dc Color Hex

#BB37DC
(187,55,220)
0 Favorites   0 Comments

Color spaces of #bb37dc

RGB 18755220
HSL0.800.700.54
HSV288°75°86°
CMYK 0.150.750.00   0.14
XYZ34.778018.464569.4411
Yxy18.46450.28350.1505
Hunter Lab42.970369.2707-65.7348
CIE-Lab50.054772.9044-58.2659

#bb37dc color RGB value is (187,55,220).

#bb37dc hex color red value is 187, green value is 55 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb37dc hue: 0.80 , saturation: 0.70 and the lightness value of bb37dc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 11011100
Octal 273 67 334
Decimal 187 55 220
Hex BB 37 DC

RGB Percentages of Color #bb37dc

%40.48
%11.90
%47.62

CMYK Percentages of Color #bb37dc

%15
%75
%0
%14

Triadic Colors of #bb37dc

#bb37dc #dcbb37 #37dcbb

Analogous Colors of #bb37dc

#bb37dc #dc37ab #6937dc

Monochromatic Colors of #bb37dc

#bb37dc

Complementary Color

#bb37dc #58dc37

#bb37dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb37dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb37dc Color CSS Codes

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

#bb37dc Text Font Color

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

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


#bb37dc Background Color

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

This div background color is #bb37dc


#bb37dc Border Color

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

This div border color is #bb37dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb37dc


Comments

No comments written yet.

Please login to write comment.