Color Hex Logo

#bc08ac Color Hex

#BC08AC
(188,8,172)
0 Favorites   0 Comments

Color spaces of #bc08ac

RGB 1888172
HSL0.850.920.38
HSV305°96°74°
CMYK 0.000.960.09   0.26
XYZ28.272313.843640.2117
Yxy13.84360.34340.1682
Hunter Lab37.207070.5237-38.0332
CIE-Lab44.007875.1134-40.0302

#bc08ac color RGB value is (188,8,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 10101100
Octal 274 10 254
Decimal 188 8 172
Hex BC 8 AC

RGB Percentages of Color #bc08ac

%51.09
%2.17
%46.74

CMYK Percentages of Color #bc08ac

%0
%96
%9
%26

Triadic Colors of #bc08ac

#bc08ac #acbc08 #08acbc

Analogous Colors of #bc08ac

#bc08ac #bc0852 #7208bc

Monochromatic Colors of #bc08ac

#bc08ac

Complementary Color

#bc08ac #08bc18

#bc08ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc08ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc08ac Color CSS Codes

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

#bc08ac Text Font Color

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

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


#bc08ac Background Color

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

This div background color is #bc08ac


#bc08ac Border Color

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

This div border color is #bc08ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc08ac


Comments

No comments written yet.

Please login to write comment.