Color Hex Logo

#bb1ecb Color Hex

#BB1ECB
(187,30,203)
0 Favorites   0 Comments

Color spaces of #bb1ecb

RGB 18730203
HSL0.820.740.46
HSV294°85°80°
CMYK 0.080.850.00   0.20
XYZ31.737315.805157.8779
Yxy15.80510.30110.1499
Hunter Lab39.755672.9259-58.4879
CIE-Lab46.717776.5459-53.8781

#bb1ecb color RGB value is (187,30,203).

#bb1ecb hex color red value is 187, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb1ecb hue: 0.82 , saturation: 0.74 and the lightness value of bb1ecb is 0.46.

The process color (four color CMYK) of #bb1ecb color hex is 0.08, 0.85, 0.00, 0.20. Web safe color of #bb1ecb is #cc33cc. Color #bb1ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 11001011
Octal 273 36 313
Decimal 187 30 203
Hex BB 1E CB

RGB Percentages of Color #bb1ecb

%44.52
%7.14
%48.33

CMYK Percentages of Color #bb1ecb

%8
%85
%0
%20

Triadic Colors of #bb1ecb

#bb1ecb #cbbb1e #1ecbbb

Analogous Colors of #bb1ecb

#bb1ecb #cb1e85 #651ecb

Monochromatic Colors of #bb1ecb

#bb1ecb

Complementary Color

#bb1ecb #2ecb1e

#bb1ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ecb Color CSS Codes

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

#bb1ecb Text Font Color

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

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


#bb1ecb Background Color

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

This div background color is #bb1ecb


#bb1ecb Border Color

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

This div border color is #bb1ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ecb


Comments

No comments written yet.

Please login to write comment.