Color Hex Logo

#bc287e Color Hex

#BC287E
(188,40,126)
0 Favorites   0 Comments

Color spaces of #bc287e

RGB 18840126
HSL0.900.650.45
HSV325°79°74°
CMYK 0.000.790.33   0.26
XYZ25.263713.715321.0544
Yxy13.71530.42080.2285
Hunter Lab37.034256.9580-7.7832
CIE-Lab43.821863.6289-12.5121

#bc287e color RGB value is (188,40,126).

#bc287e hex color red value is 188, green value is 40 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc287e hue: 0.90 , saturation: 0.65 and the lightness value of bc287e is 0.45.

The process color (four color CMYK) of #bc287e color hex is 0.00, 0.79, 0.33, 0.26. Web safe color of #bc287e is #cc3366. Color #bc287e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 01111110
Octal 274 50 176
Decimal 188 40 126
Hex BC 28 7E

RGB Percentages of Color #bc287e

%53.11
%11.30
%35.59

CMYK Percentages of Color #bc287e

%0
%79
%33
%26

Triadic Colors of #bc287e

#bc287e #7ebc28 #287ebc

Analogous Colors of #bc287e

#bc287e #bc2834 #b028bc

Monochromatic Colors of #bc287e

#bc287e

Complementary Color

#bc287e #28bc66

#bc287e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc287e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc287e Color CSS Codes

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

#bc287e Text Font Color

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

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


#bc287e Background Color

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

This div background color is #bc287e


#bc287e Border Color

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

This div border color is #bc287e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc287e


Comments

No comments written yet.

Please login to write comment.