Color Hex Logo

#bc0854 Color Hex

#BC0854
(188,8,84)
0 Favorites   0 Comments

Color spaces of #bc0854

RGB 188884
HSL0.930.920.38
HSV335°96°74°
CMYK 0.000.960.55   0.26
XYZ22.426111.50519.4262
Yxy11.50510.51720.2654
Hunter Lab33.919258.65917.2666
CIE-Lab40.418565.78138.7979

#bc0854 color RGB value is (188,8,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 01010100
Octal 274 10 124
Decimal 188 8 84
Hex BC 8 54

RGB Percentages of Color #bc0854

%67.14
%2.86
%30.00

CMYK Percentages of Color #bc0854

%0
%96
%55
%26

Triadic Colors of #bc0854

#bc0854 #54bc08 #0854bc

Analogous Colors of #bc0854

#bc0854 #bc1608 #bc08ae

Monochromatic Colors of #bc0854

#bc0854

Complementary Color

#bc0854 #08bc70

#bc0854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0854 Color CSS Codes

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

#bc0854 Text Font Color

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

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


#bc0854 Background Color

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

This div background color is #bc0854


#bc0854 Border Color

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

This div border color is #bc0854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0854


Comments

No comments written yet.

Please login to write comment.