Color Hex Logo

#bb18ae Color Hex

#BB18AE
(187,24,174)
0 Favorites   0 Comments

Color spaces of #bb18ae

RGB 18724174
HSL0.850.770.41
HSV305°87°73°
CMYK 0.000.870.07   0.27
XYZ28.460114.274141.2996
Yxy14.27410.33870.1699
Hunter Lab37.781168.3453-38.3649
CIE-Lab44.623573.1969-40.2512

#bb18ae color RGB value is (187,24,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 10101110
Octal 273 30 256
Decimal 187 24 174
Hex BB 18 AE

RGB Percentages of Color #bb18ae

%48.57
%6.23
%45.19

CMYK Percentages of Color #bb18ae

%0
%87
%7
%27

Triadic Colors of #bb18ae

#bb18ae #aebb18 #18aebb

Analogous Colors of #bb18ae

#bb18ae #bb185d #7718bb

Monochromatic Colors of #bb18ae

#bb18ae

Complementary Color

#bb18ae #18bb25

#bb18ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb18ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb18ae Color CSS Codes

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

#bb18ae Text Font Color

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

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


#bb18ae Background Color

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

This div background color is #bb18ae


#bb18ae Border Color

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

This div border color is #bb18ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb18ae


Comments

No comments written yet.

Please login to write comment.