Color Hex Logo

#bb46ec Color Hex

#BB46EC
(187,70,236)
0 Favorites   0 Comments

Color spaces of #bb46ec

RGB 18770236
HSL0.780.810.60
HSV282°70°93°
CMYK 0.210.700.00   0.07
XYZ37.824021.001281.4170
Yxy21.00120.26970.1497
Hunter Lab45.827167.1301-73.2565
CIE-Lab52.950870.5711-62.6493

#bb46ec color RGB value is (187,70,236).

#bb46ec hex color red value is 187, green value is 70 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb46ec hue: 0.78 , saturation: 0.81 and the lightness value of bb46ec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 11101100
Octal 273 106 354
Decimal 187 70 236
Hex BB 46 EC

RGB Percentages of Color #bb46ec

%37.93
%14.20
%47.87

CMYK Percentages of Color #bb46ec

%21
%70
%0
%7

Triadic Colors of #bb46ec

#bb46ec #ecbb46 #46ecbb

Analogous Colors of #bb46ec

#bb46ec #ec46ca #6846ec

Monochromatic Colors of #bb46ec

#bb46ec

Complementary Color

#bb46ec #77ec46

#bb46ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb46ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb46ec Color CSS Codes

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

#bb46ec Text Font Color

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

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


#bb46ec Background Color

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

This div background color is #bb46ec


#bb46ec Border Color

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

This div border color is #bb46ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb46ec


Comments

No comments written yet.

Please login to write comment.