Color Hex Logo

#bc145d Color Hex

#BC145D
(188,20,93)
0 Favorites   0 Comments

Color spaces of #bc145d

RGB 1882093
HSL0.930.810.41
HSV334°89°74°
CMYK 0.000.890.51   0.26
XYZ22.965011.982011.4583
Yxy11.98200.49490.2582
Hunter Lab34.615057.84784.6043
CIE-Lab41.187564.92184.1749

#bc145d color RGB value is (188,20,93).

#bc145d hex color red value is 188, green value is 20 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bc145d hue: 0.93 , saturation: 0.81 and the lightness value of bc145d is 0.41.

The process color (four color CMYK) of #bc145d color hex is 0.00, 0.89, 0.51, 0.26. Web safe color of #bc145d is #cc0066. Color #bc145d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010100 01011101
Octal 274 24 135
Decimal 188 20 93
Hex BC 14 5D

RGB Percentages of Color #bc145d

%62.46
%6.64
%30.90

CMYK Percentages of Color #bc145d

%0
%89
%51
%26

Triadic Colors of #bc145d

#bc145d #5dbc14 #145dbc

Analogous Colors of #bc145d

#bc145d #bc1f14 #bc14b1

Monochromatic Colors of #bc145d

#bc145d

Complementary Color

#bc145d #14bc73

#bc145d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc145d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc145d Color CSS Codes

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

#bc145d Text Font Color

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

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


#bc145d Background Color

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

This div background color is #bc145d


#bc145d Border Color

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

This div border color is #bc145d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc145d


Comments

No comments written yet.

Please login to write comment.