Color Hex Logo

#bc0084 Color Hex

#BC0084
(188,0,132)
0 Favorites   0 Comments

Color spaces of #bc0084

RGB 1880132
HSL0.881.000.37
HSV318°100°74°
CMYK 0.001.000.30   0.26
XYZ24.903912.357322.9024
Yxy12.35730.41390.2054
Hunter Lab35.153064.9396-14.0208
CIE-Lab41.778470.9032-19.3245

#bc0084 color RGB value is (188,0,132).

#bc0084 hex color red value is 188, green value is 0 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bc0084 hue: 0.88 , saturation: 1.00 and the lightness value of bc0084 is 0.37.

The process color (four color CMYK) of #bc0084 color hex is 0.00, 1.00, 0.30, 0.26. Web safe color of #bc0084 is #cc0099. Color #bc0084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 10000100
Octal 274 0 204
Decimal 188 0 132
Hex BC 0 84

RGB Percentages of Color #bc0084

%58.75
%0.00
%41.25

CMYK Percentages of Color #bc0084

%0
%100
%30
%26

Triadic Colors of #bc0084

#bc0084 #84bc00 #0084bc

Analogous Colors of #bc0084

#bc0084 #bc0026 #9600bc

Monochromatic Colors of #bc0084

#bc0084

Complementary Color

#bc0084 #00bc38

#bc0084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0084 Color CSS Codes

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

#bc0084 Text Font Color

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

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


#bc0084 Background Color

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

This div background color is #bc0084


#bc0084 Border Color

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

This div border color is #bc0084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0084


Comments

No comments written yet.

Please login to write comment.