Color Hex Logo

#bc2987 Color Hex

#BC2987
(188,41,135)
0 Favorites   0 Comments

Color spaces of #bc2987

RGB 18841135
HSL0.890.640.45
HSV322°78°74°
CMYK 0.000.780.28   0.26
XYZ25.905114.026524.2637
Yxy14.02650.40350.2185
Hunter Lab37.452057.9255-12.1953
CIE-Lab44.270964.3911-17.3385

#bc2987 color RGB value is (188,41,135).

#bc2987 hex color red value is 188, green value is 41 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bc2987 hue: 0.89 , saturation: 0.64 and the lightness value of bc2987 is 0.45.

The process color (four color CMYK) of #bc2987 color hex is 0.00, 0.78, 0.28, 0.26. Web safe color of #bc2987 is #cc3399. Color #bc2987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 10000111
Octal 274 51 207
Decimal 188 41 135
Hex BC 29 87

RGB Percentages of Color #bc2987

%51.65
%11.26
%37.09

CMYK Percentages of Color #bc2987

%0
%78
%28
%26

Triadic Colors of #bc2987

#bc2987 #87bc29 #2987bc

Analogous Colors of #bc2987

#bc2987 #bc293d #a829bc

Monochromatic Colors of #bc2987

#bc2987

Complementary Color

#bc2987 #29bc5e

#bc2987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2987 Color CSS Codes

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

#bc2987 Text Font Color

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

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


#bc2987 Background Color

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

This div background color is #bc2987


#bc2987 Border Color

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

This div border color is #bc2987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2987


Comments

No comments written yet.

Please login to write comment.