Color Hex Logo

#bc0bac Color Hex

#BC0BAC
(188,11,172)
0 Favorites   0 Comments

Color spaces of #bc0bac

RGB 18811172
HSL0.850.890.39
HSV305°94°74°
CMYK 0.000.940.09   0.26
XYZ28.305113.909340.2226
Yxy13.90930.34340.1687
Hunter Lab37.295270.2057-37.8373
CIE-Lab44.102674.8339-39.8798

#bc0bac color RGB value is (188,11,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001011 10101100
Octal 274 13 254
Decimal 188 11 172
Hex BC B AC

RGB Percentages of Color #bc0bac

%50.67
%2.96
%46.36

CMYK Percentages of Color #bc0bac

%0
%94
%9
%26

Triadic Colors of #bc0bac

#bc0bac #acbc0b #0bacbc

Analogous Colors of #bc0bac

#bc0bac #bc0b53 #740bbc

Monochromatic Colors of #bc0bac

#bc0bac

Complementary Color

#bc0bac #0bbc1b

#bc0bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0bac Color CSS Codes

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

#bc0bac Text Font Color

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

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


#bc0bac Background Color

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

This div background color is #bc0bac


#bc0bac Border Color

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

This div border color is #bc0bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0bac


Comments

No comments written yet.

Please login to write comment.