Color Hex Logo

#bc084e Color Hex

#BC084E
(188,8,78)
0 Favorites   0 Comments

Color spaces of #bc084e

RGB 188878
HSL0.940.920.38
HSV337°96°74°
CMYK 0.000.960.59   0.26
XYZ22.201011.41518.2409
Yxy11.41510.53040.2727
Hunter Lab33.786258.16689.1888
CIE-Lab40.271065.379812.4194

#bc084e color RGB value is (188,8,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 01001110
Octal 274 10 116
Decimal 188 8 78
Hex BC 8 4E

RGB Percentages of Color #bc084e

%68.61
%2.92
%28.47

CMYK Percentages of Color #bc084e

%0
%96
%59
%26

Triadic Colors of #bc084e

#bc084e #4ebc08 #084ebc

Analogous Colors of #bc084e

#bc084e #bc1c08 #bc08a8

Monochromatic Colors of #bc084e

#bc084e

Complementary Color

#bc084e #08bc76

#bc084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc084e Color CSS Codes

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

#bc084e Text Font Color

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

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


#bc084e Background Color

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

This div background color is #bc084e


#bc084e Border Color

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

This div border color is #bc084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc084e


Comments

No comments written yet.

Please login to write comment.