color codes Logo

#bc069c color codes

#BC069C
(188,6,156)
0 Favorites   0 Comments

Color spaces of #bc069c

RGB 1886156
HSL0.860.940.38
HSV311°97°74°
CMYK 0.000.970.17   0.26
XYZ26.804913.221932.5918
Yxy13.22190.36910.1821
Hunter Lab36.361967.9513-27.6893
CIE-Lab43.095773.1674-31.8975

#bc069c color RGB value is (188,6,156).

#bc069c hex color red value is 188, green value is 6 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bc069c hue: 0.86 , saturation: 0.94 and the lightness value of bc069c is 0.38.

The process color (four color CMYK) of #bc069c color code is 0.00, 0.97, 0.17, 0.26. Web safe color of #bc069c is #cc0099. Color #bc069c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 10011100
Octal 274 6 234
Decimal 188 6 156
Hex BC 6 9C

RGB Percentages of Color #bc069c

%53.71
%1.71
%44.57

CMYK Percentages of Color #bc069c

%0
%97
%17
%26

Triadic Colors of #bc069c

#bc069c #9cbc06 #069cbc

Analogous Colors of #bc069c

#bc069c #bc0641 #8106bc

Monochromatic Colors of #bc069c

#bc069c

Complementary Color

#bc069c #06bc26

#bc069c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc069c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc069c Color CSS Codes

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

#bc069c Text Font Color

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

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


#bc069c Background Color

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

This div background color is #bc069c


#bc069c Border Color

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

This div border color is #bc069c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc069c


Comments

No comments written yet.

Please login to write comment.