Color Hex Logo

#bc12b3 Color Hex

#BC12B3
(188,18,179)
0 Favorites   0 Comments

Color spaces of #bc12b3

RGB 18818179
HSL0.840.830.40
HSV303°90°74°
CMYK 0.000.900.05   0.26
XYZ29.092014.378743.8899
Yxy14.37870.33300.1646
Hunter Lab37.919370.5881-42.0821
CIE-Lab44.771275.0178-42.9621

#bc12b3 color RGB value is (188,18,179).

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

The process color (four color CMYK) of #bc12b3 color hex is 0.00, 0.90, 0.05, 0.26. Web safe color of #bc12b3 is #cc00cc. Color #bc12b3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 10110011
Octal 274 22 263
Decimal 188 18 179
Hex BC 12 B3

RGB Percentages of Color #bc12b3

%48.83
%4.68
%46.49

CMYK Percentages of Color #bc12b3

%0
%90
%5
%26

Triadic Colors of #bc12b3

#bc12b3 #b3bc12 #12b3bc

Analogous Colors of #bc12b3

#bc12b3 #bc125e #7012bc

Monochromatic Colors of #bc12b3

#bc12b3

Complementary Color

#bc12b3 #12bc1b

#bc12b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc12b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc12b3 Color CSS Codes

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

#bc12b3 Text Font Color

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

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


#bc12b3 Background Color

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

This div background color is #bc12b3


#bc12b3 Border Color

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

This div border color is #bc12b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc12b3


Comments

No comments written yet.

Please login to write comment.