Color Hex Logo

#bb41be Color Hex

#BB41BE
(187,65,190)
0 Favorites   0 Comments

Color spaces of #bb41be

RGB 18765190
HSL0.830.490.50
HSV299°66°75°
CMYK 0.020.660.00   0.25
XYZ31.678118.063150.5321
Yxy18.06310.31590.1801
Hunter Lab42.500758.6696-40.7436
CIE-Lab49.572664.0249-41.7896

#bb41be color RGB value is (187,65,190).

#bb41be hex color red value is 187, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bb41be hue: 0.83 , saturation: 0.49 and the lightness value of bb41be is 0.50.

The process color (four color CMYK) of #bb41be color hex is 0.02, 0.66, 0.00, 0.25. Web safe color of #bb41be is #cc33cc. Color #bb41be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 10111110
Octal 273 101 276
Decimal 187 65 190
Hex BB 41 BE

RGB Percentages of Color #bb41be

%42.31
%14.71
%42.99

CMYK Percentages of Color #bb41be

%2
%66
%0
%25

Triadic Colors of #bb41be

#bb41be #bebb41 #41bebb

Analogous Colors of #bb41be

#bb41be #be4183 #7d41be

Monochromatic Colors of #bb41be

#bb41be

Complementary Color

#bb41be #44be41

#bb41be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb41be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb41be Color CSS Codes

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

#bb41be Text Font Color

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

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


#bb41be Background Color

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

This div background color is #bb41be


#bb41be Border Color

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

This div border color is #bb41be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb41be


Comments

No comments written yet.

Please login to write comment.