Color Hex Logo

#bc3fac Color Hex

#BC3FAC
(188,63,172)
0 Favorites   0 Comments

Color spaces of #bc3fac

RGB 18863172
HSL0.850.500.49
HSV308°66°74°
CMYK 0.000.660.09   0.26
XYZ29.962917.224940.7752
Yxy17.22490.34060.1958
Hunter Lab41.502956.2375-29.1984
CIE-Lab48.542262.0931-32.8795

#bc3fac color RGB value is (188,63,172).

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

The process color (four color CMYK) of #bc3fac color hex is 0.00, 0.66, 0.09, 0.26. Web safe color of #bc3fac is #cc3399. Color #bc3fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111111 10101100
Octal 274 77 254
Decimal 188 63 172
Hex BC 3F AC

RGB Percentages of Color #bc3fac

%44.44
%14.89
%40.66

CMYK Percentages of Color #bc3fac

%0
%66
%9
%26

Triadic Colors of #bc3fac

#bc3fac #acbc3f #3facbc

Analogous Colors of #bc3fac

#bc3fac #bc3f6e #8e3fbc

Monochromatic Colors of #bc3fac

#bc3fac

Complementary Color

#bc3fac #3fbc4f

#bc3fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3fac Color CSS Codes

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

#bc3fac Text Font Color

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

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


#bc3fac Background Color

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

This div background color is #bc3fac


#bc3fac Border Color

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

This div border color is #bc3fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3fac


Comments

No comments written yet.

Please login to write comment.