Color Hex Logo

#bc12aa Color Hex

#BC12AA
(188,18,170)
0 Favorites   0 Comments

Color spaces of #bc12aa

RGB 18818170
HSL0.850.830.40
HSV306°90°74°
CMYK 0.000.900.10   0.26
XYZ28.211014.026339.2507
Yxy14.02630.34620.1721
Hunter Lab37.451768.9171-35.9218
CIE-Lab44.270673.7391-38.4247

#bc12aa color RGB value is (188,18,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 10101010
Octal 274 22 252
Decimal 188 18 170
Hex BC 12 AA

RGB Percentages of Color #bc12aa

%50.00
%4.79
%45.21

CMYK Percentages of Color #bc12aa

%0
%90
%10
%26

Triadic Colors of #bc12aa

#bc12aa #aabc12 #12aabc

Analogous Colors of #bc12aa

#bc12aa #bc1255 #7912bc

Monochromatic Colors of #bc12aa

#bc12aa

Complementary Color

#bc12aa #12bc24

#bc12aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc12aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc12aa Color CSS Codes

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

#bc12aa Text Font Color

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

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


#bc12aa Background Color

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

This div background color is #bc12aa


#bc12aa Border Color

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

This div border color is #bc12aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc12aa


Comments

No comments written yet.

Please login to write comment.