Color Hex Logo

#bc287d Color Hex

#BC287D
(188,40,125)
0 Favorites   0 Comments

Color spaces of #bc287d

RGB 18840125
HSL0.900.650.45
HSV326°79°74°
CMYK 0.000.790.34   0.26
XYZ25.199513.689620.7162
Yxy13.68960.42280.2297
Hunter Lab36.999556.8233-7.2972
CIE-Lab43.784563.5175-11.9539

#bc287d color RGB value is (188,40,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 01111101
Octal 274 50 175
Decimal 188 40 125
Hex BC 28 7D

RGB Percentages of Color #bc287d

%53.26
%11.33
%35.41

CMYK Percentages of Color #bc287d

%0
%79
%34
%26

Triadic Colors of #bc287d

#bc287d #7dbc28 #287dbc

Analogous Colors of #bc287d

#bc287d #bc2833 #b128bc

Monochromatic Colors of #bc287d

#bc287d

Complementary Color

#bc287d #28bc67

#bc287d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc287d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc287d Color CSS Codes

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

#bc287d Text Font Color

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

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


#bc287d Background Color

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

This div background color is #bc287d


#bc287d Border Color

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

This div border color is #bc287d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc287d


Comments

No comments written yet.

Please login to write comment.