Color Hex Logo

#bb43be Color Hex

#BB43BE
(187,67,190)
0 Favorites   0 Comments

Color spaces of #bb43be

RGB 18767190
HSL0.830.490.50
HSV299°65°75°
CMYK 0.020.650.00   0.25
XYZ31.794918.296850.5711
Yxy18.29680.31590.1818
Hunter Lab42.774857.8250-40.1542
CIE-Lab49.854163.2367-41.3439

#bb43be color RGB value is (187,67,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 10111110
Octal 273 103 276
Decimal 187 67 190
Hex BB 43 BE

RGB Percentages of Color #bb43be

%42.12
%15.09
%42.79

CMYK Percentages of Color #bb43be

%2
%65
%0
%25

Triadic Colors of #bb43be

#bb43be #bebb43 #43bebb

Analogous Colors of #bb43be

#bb43be #be4384 #7e43be

Monochromatic Colors of #bb43be

#bb43be

Complementary Color

#bb43be #46be43

#bb43be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb43be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb43be Color CSS Codes

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

#bb43be Text Font Color

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

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


#bb43be Background Color

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

This div background color is #bb43be


#bb43be Border Color

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

This div border color is #bb43be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb43be


Comments

No comments written yet.

Please login to write comment.