Color Hex Logo

#bb11ae Color Hex

#BB11AE
(187,17,174)
0 Favorites   0 Comments

Color spaces of #bb11ae

RGB 18717174
HSL0.850.830.40
HSV305°91°73°
CMYK 0.000.910.07   0.27
XYZ28.333914.021741.2575
Yxy14.02170.33890.1677
Hunter Lab37.445669.5357-39.1138
CIE-Lab44.264074.2511-40.8217

#bb11ae color RGB value is (187,17,174).

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

The process color (four color CMYK) of #bb11ae color hex is 0.00, 0.91, 0.07, 0.27. Web safe color of #bb11ae is #cc0099. Color #bb11ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 10101110
Octal 273 21 256
Decimal 187 17 174
Hex BB 11 AE

RGB Percentages of Color #bb11ae

%49.47
%4.50
%46.03

CMYK Percentages of Color #bb11ae

%0
%91
%7
%27

Triadic Colors of #bb11ae

#bb11ae #aebb11 #11aebb

Analogous Colors of #bb11ae

#bb11ae #bb1159 #7311bb

Monochromatic Colors of #bb11ae

#bb11ae

Complementary Color

#bb11ae #11bb1e

#bb11ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb11ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb11ae Color CSS Codes

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

#bb11ae Text Font Color

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

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


#bb11ae Background Color

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

This div background color is #bb11ae


#bb11ae Border Color

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

This div border color is #bb11ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb11ae


Comments

No comments written yet.

Please login to write comment.