Color Hex Logo

#bc5084 Color Hex

#BC5084
(188,80,132)
0 Favorites   0 Comments

Color spaces of #bc5084

RGB 18880132
HSL0.920.450.53
HSV331°57°74°
CMYK 0.000.570.30   0.26
XYZ27.772618.094623.8586
Yxy18.09460.39830.2595
Hunter Lab42.537742.1004-3.4782
CIE-Lab49.610648.9850-7.4535

#bc5084 color RGB value is (188,80,132).

#bc5084 hex color red value is 188, green value is 80 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bc5084 hue: 0.92 , saturation: 0.45 and the lightness value of bc5084 is 0.53.

The process color (four color CMYK) of #bc5084 color hex is 0.00, 0.57, 0.30, 0.26. Web safe color of #bc5084 is #cc6699. Color #bc5084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 10000100
Octal 274 120 204
Decimal 188 80 132
Hex BC 50 84

RGB Percentages of Color #bc5084

%47.00
%20.00
%33.00

CMYK Percentages of Color #bc5084

%0
%57
%30
%26

Triadic Colors of #bc5084

#bc5084 #84bc50 #5084bc

Analogous Colors of #bc5084

#bc5084 #bc5250 #bc50ba

Monochromatic Colors of #bc5084

#bc5084

Complementary Color

#bc5084 #50bc88

#bc5084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5084 Color CSS Codes

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

#bc5084 Text Font Color

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

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


#bc5084 Background Color

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

This div background color is #bc5084


#bc5084 Border Color

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

This div border color is #bc5084


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,80,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 #bc5084">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5084


Comments

No comments written yet.

Please login to write comment.