Color Hex Logo

#bb2ece Color Hex

#BB2ECE
(187,46,206)
0 Favorites   0 Comments

Color spaces of #bb2ece

RGB 18746206
HSL0.810.630.49
HSV293°78°81°
CMYK 0.090.780.00   0.19
XYZ32.611116.975059.9502
Yxy16.97500.29770.1550
Hunter Lab41.200769.1846-57.4310
CIE-Lab48.228573.1886-53.1843

#bb2ece color RGB value is (187,46,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101110 11001110
Octal 273 56 316
Decimal 187 46 206
Hex BB 2E CE

RGB Percentages of Color #bb2ece

%42.60
%10.48
%46.92

CMYK Percentages of Color #bb2ece

%9
%78
%0
%19

Triadic Colors of #bb2ece

#bb2ece #cebb2e #2ecebb

Analogous Colors of #bb2ece

#bb2ece #ce2e91 #6b2ece

Monochromatic Colors of #bb2ece

#bb2ece

Complementary Color

#bb2ece #41ce2e

#bb2ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2ece Color CSS Codes

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

#bb2ece Text Font Color

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

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


#bb2ece Background Color

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

This div background color is #bb2ece


#bb2ece Border Color

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

This div border color is #bb2ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2ece


Comments

No comments written yet.

Please login to write comment.