Color Hex Logo

#bb12af Color Hex

#BB12AF
(187,18,175)
0 Favorites   0 Comments

Color spaces of #bb12af

RGB 18718175
HSL0.850.820.40
HSV304°90°73°
CMYK 0.000.900.06   0.27
XYZ28.447714.092641.7782
Yxy14.09260.33740.1671
Hunter Lab37.540169.5712-39.7055
CIE-Lab44.365474.2606-41.2532

#bb12af color RGB value is (187,18,175).

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

The process color (four color CMYK) of #bb12af color hex is 0.00, 0.90, 0.06, 0.27. Web safe color of #bb12af is #cc0099. Color #bb12af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 10101111
Octal 273 22 257
Decimal 187 18 175
Hex BB 12 AF

RGB Percentages of Color #bb12af

%49.21
%4.74
%46.05

CMYK Percentages of Color #bb12af

%0
%90
%6
%27

Triadic Colors of #bb12af

#bb12af #afbb12 #12afbb

Analogous Colors of #bb12af

#bb12af #bb125b #7312bb

Monochromatic Colors of #bb12af

#bb12af

Complementary Color

#bb12af #12bb1e

#bb12af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb12af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb12af Color CSS Codes

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

#bb12af Text Font Color

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

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


#bb12af Background Color

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

This div background color is #bb12af


#bb12af Border Color

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

This div border color is #bb12af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb12af


Comments

No comments written yet.

Please login to write comment.