Color Hex Logo

#bc16aa Color Hex

#BC16AA
(188,22,170)
0 Favorites   0 Comments

Color spaces of #bc16aa

RGB 18822170
HSL0.850.790.41
HSV307°88°74°
CMYK 0.000.880.10   0.26
XYZ28.281614.167539.2742
Yxy14.16750.34610.1734
Hunter Lab37.639768.2511-35.5168
CIE-Lab44.472273.1482-38.1056

#bc16aa color RGB value is (188,22,170).

#bc16aa hex color red value is 188, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc16aa hue: 0.85 , saturation: 0.79 and the lightness value of bc16aa is 0.41.

The process color (four color CMYK) of #bc16aa color hex is 0.00, 0.88, 0.10, 0.26. Web safe color of #bc16aa is #cc0099. Color #bc16aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 10101010
Octal 274 26 252
Decimal 188 22 170
Hex BC 16 AA

RGB Percentages of Color #bc16aa

%49.47
%5.79
%44.74

CMYK Percentages of Color #bc16aa

%0
%88
%10
%26

Triadic Colors of #bc16aa

#bc16aa #aabc16 #16aabc

Analogous Colors of #bc16aa

#bc16aa #bc1657 #7b16bc

Monochromatic Colors of #bc16aa

#bc16aa

Complementary Color

#bc16aa #16bc28

#bc16aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc16aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc16aa Color CSS Codes

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

#bc16aa Text Font Color

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

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


#bc16aa Background Color

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

This div background color is #bc16aa


#bc16aa Border Color

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

This div border color is #bc16aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,22,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc16aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc16aa;
  -webkit-box-shadow: 1px 1px 3px 2px #bc16aa;
  box-shadow:         1px 1px 3px 2px #bc16aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,22,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc16aa


Comments

No comments written yet.

Please login to write comment.