Color Hex Logo

#bc12ac Color Hex

#BC12AC
(188,18,172)
0 Favorites   0 Comments

Color spaces of #bc12ac

RGB 18818172
HSL0.850.830.40
HSV306°90°74°
CMYK 0.000.900.09   0.26
XYZ28.401714.102540.2548
Yxy14.10250.34320.1704
Hunter Lab37.553369.2820-37.2679
CIE-Lab44.379674.0193-39.4405

#bc12ac color RGB value is (188,18,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 10101100
Octal 274 22 254
Decimal 188 18 172
Hex BC 12 AC

RGB Percentages of Color #bc12ac

%49.74
%4.76
%45.50

CMYK Percentages of Color #bc12ac

%0
%90
%9
%26

Triadic Colors of #bc12ac

#bc12ac #acbc12 #12acbc

Analogous Colors of #bc12ac

#bc12ac #bc1257 #7712bc

Monochromatic Colors of #bc12ac

#bc12ac

Complementary Color

#bc12ac #12bc22

#bc12ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc12ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc12ac Color CSS Codes

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

#bc12ac Text Font Color

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

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


#bc12ac Background Color

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

This div background color is #bc12ac


#bc12ac Border Color

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

This div border color is #bc12ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc12ac


Comments

No comments written yet.

Please login to write comment.