Color Hex Logo

#bc079d Color Hex

#BC079D
(188,7,157)
0 Favorites   0 Comments

Color spaces of #bc079d

RGB 1887157
HSL0.860.930.38
HSV310°96°74°
CMYK 0.000.960.16   0.26
XYZ26.900813.277633.0433
Yxy13.27760.36740.1813
Hunter Lab36.438468.0109-28.2588
CIE-Lab43.178673.2008-32.3696

#bc079d color RGB value is (188,7,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 10011101
Octal 274 7 235
Decimal 188 7 157
Hex BC 7 9D

RGB Percentages of Color #bc079d

%53.41
%1.99
%44.60

CMYK Percentages of Color #bc079d

%0
%96
%16
%26

Triadic Colors of #bc079d

#bc079d #9dbc07 #079dbc

Analogous Colors of #bc079d

#bc079d #bc0743 #8107bc

Monochromatic Colors of #bc079d

#bc079d

Complementary Color

#bc079d #07bc26

#bc079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc079d Color CSS Codes

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

#bc079d Text Font Color

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

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


#bc079d Background Color

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

This div background color is #bc079d


#bc079d Border Color

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

This div border color is #bc079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc079d


Comments

No comments written yet.

Please login to write comment.