Color Hex Logo

#bb2ebc Color Hex

#BB2EBC
(187,46,188)
0 Favorites   0 Comments

Color spaces of #bb2ebc

RGB 18746188
HSL0.830.610.46
HSV300°76°74°
CMYK 0.010.760.00   0.26
XYZ30.547616.149649.0841
Yxy16.14960.31890.1686
Hunter Lab40.186665.3593-44.2865
CIE-Lab47.170270.2062-44.4382

#bb2ebc color RGB value is (187,46,188).

#bb2ebc hex color red value is 187, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb2ebc hue: 0.83 , saturation: 0.61 and the lightness value of bb2ebc is 0.46.

The process color (four color CMYK) of #bb2ebc color hex is 0.01, 0.76, 0.00, 0.26. Web safe color of #bb2ebc is #cc33cc. Color #bb2ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101110 10111100
Octal 273 56 274
Decimal 187 46 188
Hex BB 2E BC

RGB Percentages of Color #bb2ebc

%44.42
%10.93
%44.66

CMYK Percentages of Color #bb2ebc

%1
%76
%0
%26

Triadic Colors of #bb2ebc

#bb2ebc #bcbb2e #2ebcbb

Analogous Colors of #bb2ebc

#bb2ebc #bc2e76 #742ebc

Monochromatic Colors of #bb2ebc

#bb2ebc

Complementary Color

#bb2ebc #2fbc2e

#bb2ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2ebc Color CSS Codes

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

#bb2ebc Text Font Color

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

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


#bb2ebc Background Color

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

This div background color is #bb2ebc


#bb2ebc Border Color

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

This div border color is #bb2ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2ebc


Comments

No comments written yet.

Please login to write comment.