Color Hex Logo

#bc495d Color Hex

#BC495D
(188,73,93)
0 Favorites   0 Comments

Color spaces of #bc495d

RGB 1887393
HSL0.970.460.51
HSV350°61°74°
CMYK 0.000.610.51   0.26
XYZ25.097416.246812.1691
Yxy16.24680.46900.3036
Hunter Lab40.307340.605410.3150
CIE-Lab47.296647.944412.7945

#bc495d color RGB value is (188,73,93).

#bc495d hex color red value is 188, green value is 73 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bc495d hue: 0.97 , saturation: 0.46 and the lightness value of bc495d is 0.51.

The process color (four color CMYK) of #bc495d color hex is 0.00, 0.61, 0.51, 0.26. Web safe color of #bc495d is #cc3366. Color #bc495d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01011101
Octal 274 111 135
Decimal 188 73 93
Hex BC 49 5D

RGB Percentages of Color #bc495d

%53.11
%20.62
%26.27

CMYK Percentages of Color #bc495d

%0
%61
%51
%26

Triadic Colors of #bc495d

#bc495d #5dbc49 #495dbc

Analogous Colors of #bc495d

#bc495d #bc6f49 #bc4997

Monochromatic Colors of #bc495d

#bc495d

Complementary Color

#bc495d #49bca8

#bc495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc495d Color CSS Codes

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

#bc495d Text Font Color

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

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


#bc495d Background Color

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

This div background color is #bc495d


#bc495d Border Color

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

This div border color is #bc495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc495d


Comments

No comments written yet.

Please login to write comment.