Color Hex Logo

#bb1eb0 Color Hex

#BB1EB0
(187,30,176)
0 Favorites   0 Comments

Color spaces of #bb1eb0

RGB 18730176
HSL0.850.720.43
HSV304°84°73°
CMYK 0.000.840.06   0.27
XYZ28.794314.627942.3801
Yxy14.62790.33560.1705
Hunter Lab38.246467.4546-38.9255
CIE-Lab45.120372.3598-40.6464

#bb1eb0 color RGB value is (187,30,176).

#bb1eb0 hex color red value is 187, green value is 30 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bb1eb0 hue: 0.85 , saturation: 0.72 and the lightness value of bb1eb0 is 0.43.

The process color (four color CMYK) of #bb1eb0 color hex is 0.00, 0.84, 0.06, 0.27. Web safe color of #bb1eb0 is #cc3399. Color #bb1eb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 10110000
Octal 273 36 260
Decimal 187 30 176
Hex BB 1E B0

RGB Percentages of Color #bb1eb0

%47.58
%7.63
%44.78

CMYK Percentages of Color #bb1eb0

%0
%84
%6
%27

Triadic Colors of #bb1eb0

#bb1eb0 #b0bb1e #1eb0bb

Analogous Colors of #bb1eb0

#bb1eb0 #bb1e61 #781ebb

Monochromatic Colors of #bb1eb0

#bb1eb0

Complementary Color

#bb1eb0 #1ebb29

#bb1eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1eb0 Color CSS Codes

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

#bb1eb0 Text Font Color

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

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


#bb1eb0 Background Color

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

This div background color is #bb1eb0


#bb1eb0 Border Color

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

This div border color is #bb1eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1eb0


Comments

No comments written yet.

Please login to write comment.