Color Hex Logo

#bb43ec Color Hex

#BB43EC
(187,67,236)
0 Favorites   0 Comments

Color spaces of #bb43ec

RGB 18767236
HSL0.790.820.59
HSV283°72°93°
CMYK 0.210.720.00   0.07
XYZ37.641020.635281.3560
Yxy20.63520.26960.1478
Hunter Lab45.426068.4137-74.3877
CIE-Lab52.547971.7137-63.2986

#bb43ec color RGB value is (187,67,236).

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

The process color (four color CMYK) of #bb43ec color hex is 0.21, 0.72, 0.00, 0.07. Web safe color of #bb43ec is #cc33ff. Color #bb43ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 11101100
Octal 273 103 354
Decimal 187 67 236
Hex BB 43 EC

RGB Percentages of Color #bb43ec

%38.16
%13.67
%48.16

CMYK Percentages of Color #bb43ec

%21
%72
%0
%7

Triadic Colors of #bb43ec

#bb43ec #ecbb43 #43ecbb

Analogous Colors of #bb43ec

#bb43ec #ec43c9 #6743ec

Monochromatic Colors of #bb43ec

#bb43ec

Complementary Color

#bb43ec #74ec43

#bb43ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb43ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb43ec Color CSS Codes

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

#bb43ec Text Font Color

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

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


#bb43ec Background Color

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

This div background color is #bb43ec


#bb43ec Border Color

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

This div border color is #bb43ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb43ec


Comments

No comments written yet.

Please login to write comment.