Color Hex Logo

#bb43ce Color Hex

#BB43CE
(187,67,206)
0 Favorites   0 Comments

Color spaces of #bb43ce

RGB 18767206
HSL0.810.590.54
HSV292°67°81°
CMYK 0.090.670.00   0.19
XYZ33.641219.035360.2936
Yxy19.03530.29780.1685
Hunter Lab43.629561.2837-51.3950
CIE-Lab50.728566.0604-49.1864

#bb43ce color RGB value is (187,67,206).

#bb43ce hex color red value is 187, green value is 67 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb43ce hue: 0.81 , saturation: 0.59 and the lightness value of bb43ce is 0.54.

The process color (four color CMYK) of #bb43ce color hex is 0.09, 0.67, 0.00, 0.19. Web safe color of #bb43ce is #cc33cc. Color #bb43ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 11001110
Octal 273 103 316
Decimal 187 67 206
Hex BB 43 CE

RGB Percentages of Color #bb43ce

%40.65
%14.57
%44.78

CMYK Percentages of Color #bb43ce

%9
%67
%0
%19

Triadic Colors of #bb43ce

#bb43ce #cebb43 #43cebb

Analogous Colors of #bb43ce

#bb43ce #ce439c #7643ce

Monochromatic Colors of #bb43ce

#bb43ce

Complementary Color

#bb43ce #56ce43

#bb43ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb43ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb43ce Color CSS Codes

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

#bb43ce Text Font Color

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

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


#bb43ce Background Color

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

This div background color is #bb43ce


#bb43ce Border Color

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

This div border color is #bb43ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb43ce


Comments

No comments written yet.

Please login to write comment.