Color Hex Logo

#bb17ae Color Hex

#BB17AE
(187,23,174)
0 Favorites   0 Comments

Color spaces of #bb17ae

RGB 18723174
HSL0.850.780.41
HSV305°88°73°
CMYK 0.000.880.07   0.27
XYZ28.439914.233641.2928
Yxy14.23360.33870.1695
Hunter Lab37.727468.5348-38.4839
CIE-Lab44.566173.3651-40.3422

#bb17ae color RGB value is (187,23,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 10101110
Octal 273 27 256
Decimal 187 23 174
Hex BB 17 AE

RGB Percentages of Color #bb17ae

%48.70
%5.99
%45.31

CMYK Percentages of Color #bb17ae

%0
%88
%7
%27

Triadic Colors of #bb17ae

#bb17ae #aebb17 #17aebb

Analogous Colors of #bb17ae

#bb17ae #bb175c #7617bb

Monochromatic Colors of #bb17ae

#bb17ae

Complementary Color

#bb17ae #17bb24

#bb17ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb17ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb17ae Color CSS Codes

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

#bb17ae Text Font Color

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

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


#bb17ae Background Color

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

This div background color is #bb17ae


#bb17ae Border Color

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

This div border color is #bb17ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb17ae


Comments

No comments written yet.

Please login to write comment.