Color Hex Logo

#bb1bae Color Hex

#BB1BAE
(187,27,174)
0 Favorites   0 Comments

Color spaces of #bb1bae

RGB 18727174
HSL0.850.750.42
HSV305°86°73°
CMYK 0.000.860.07   0.27
XYZ28.525414.404741.3213
Yxy14.40470.33860.1710
Hunter Lab37.953567.7397-37.9836
CIE-Lab44.807872.6580-39.9587

#bb1bae color RGB value is (187,27,174).

#bb1bae hex color red value is 187, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bb1bae hue: 0.85 , saturation: 0.75 and the lightness value of bb1bae is 0.42.

The process color (four color CMYK) of #bb1bae color hex is 0.00, 0.86, 0.07, 0.27. Web safe color of #bb1bae is #cc3399. Color #bb1bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011011 10101110
Octal 273 33 256
Decimal 187 27 174
Hex BB 1B AE

RGB Percentages of Color #bb1bae

%48.20
%6.96
%44.85

CMYK Percentages of Color #bb1bae

%0
%86
%7
%27

Triadic Colors of #bb1bae

#bb1bae #aebb1b #1baebb

Analogous Colors of #bb1bae

#bb1bae #bb1b5e #781bbb

Monochromatic Colors of #bb1bae

#bb1bae

Complementary Color

#bb1bae #1bbb28

#bb1bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1bae Color CSS Codes

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

#bb1bae Text Font Color

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

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


#bb1bae Background Color

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

This div background color is #bb1bae


#bb1bae Border Color

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

This div border color is #bb1bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1bae


Comments

No comments written yet.

Please login to write comment.