Color Hex Logo

#bc076a Color Hex

#BC076A
(188,7,106)
0 Favorites   0 Comments

Color spaces of #bc076a

RGB 1887106
HSL0.910.930.38
HSV327°96°74°
CMYK 0.000.960.44   0.26
XYZ23.416511.883914.6953
Yxy11.88390.46840.2377
Hunter Lab34.473060.9219-1.1433
CIE-Lab41.031067.6240-4.2602

#bc076a color RGB value is (188,7,106).

#bc076a hex color red value is 188, green value is 7 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bc076a hue: 0.91 , saturation: 0.93 and the lightness value of bc076a is 0.38.

The process color (four color CMYK) of #bc076a color hex is 0.00, 0.96, 0.44, 0.26. Web safe color of #bc076a is #cc0066. Color #bc076a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 01101010
Octal 274 7 152
Decimal 188 7 106
Hex BC 7 6A

RGB Percentages of Color #bc076a

%62.46
%2.33
%35.22

CMYK Percentages of Color #bc076a

%0
%96
%44
%26

Triadic Colors of #bc076a

#bc076a #6abc07 #076abc

Analogous Colors of #bc076a

#bc076a #bc0710 #b407bc

Monochromatic Colors of #bc076a

#bc076a

Complementary Color

#bc076a #07bc59

#bc076a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc076a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc076a Color CSS Codes

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

#bc076a Text Font Color

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

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


#bc076a Background Color

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

This div background color is #bc076a


#bc076a Border Color

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

This div border color is #bc076a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc076a


Comments

No comments written yet.

Please login to write comment.