Color Hex Logo

#bb10ae Color Hex

#BB10AE
(187,16,174)
0 Favorites   0 Comments

Color spaces of #bb10ae

RGB 18716174
HSL0.850.840.40
HSV305°91°73°
CMYK 0.000.910.07   0.27
XYZ28.318813.991441.2524
Yxy13.99140.33890.1674
Hunter Lab37.405169.6807-39.2047
CIE-Lab44.220674.3790-40.8907

#bb10ae color RGB value is (187,16,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 10101110
Octal 273 20 256
Decimal 187 16 174
Hex BB 10 AE

RGB Percentages of Color #bb10ae

%49.60
%4.24
%46.15

CMYK Percentages of Color #bb10ae

%0
%91
%7
%27

Triadic Colors of #bb10ae

#bb10ae #aebb10 #10aebb

Analogous Colors of #bb10ae

#bb10ae #bb1059 #7310bb

Monochromatic Colors of #bb10ae

#bb10ae

Complementary Color

#bb10ae #10bb1d

#bb10ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb10ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb10ae Color CSS Codes

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

#bb10ae Text Font Color

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

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


#bb10ae Background Color

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

This div background color is #bb10ae


#bb10ae Border Color

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

This div border color is #bb10ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb10ae


Comments

No comments written yet.

Please login to write comment.