Color Hex Logo

#bc137d Color Hex

#BC137D
(188,19,125)
0 Favorites   0 Comments

Color spaces of #bc137d

RGB 18819125
HSL0.900.820.41
HSV322°90°74°
CMYK 0.000.900.34   0.26
XYZ24.673612.637820.5409
Yxy12.63780.42650.2184
Hunter Lab35.549761.6777-9.3735
CIE-Lab42.212468.0436-14.3391

#bc137d color RGB value is (188,19,125).

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

The process color (four color CMYK) of #bc137d color hex is 0.00, 0.90, 0.34, 0.26. Web safe color of #bc137d is #cc0066. Color #bc137d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01111101
Octal 274 23 175
Decimal 188 19 125
Hex BC 13 7D

RGB Percentages of Color #bc137d

%56.63
%5.72
%37.65

CMYK Percentages of Color #bc137d

%0
%90
%34
%26

Triadic Colors of #bc137d

#bc137d #7dbc13 #137dbc

Analogous Colors of #bc137d

#bc137d #bc1329 #a713bc

Monochromatic Colors of #bc137d

#bc137d

Complementary Color

#bc137d #13bc52

#bc137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc137d Color CSS Codes

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

#bc137d Text Font Color

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

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


#bc137d Background Color

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

This div background color is #bc137d


#bc137d Border Color

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

This div border color is #bc137d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc137d


Comments

No comments written yet.

Please login to write comment.