Color Hex Logo

#bc485e Color Hex

#BC485E
(188,72,94)
0 Favorites   0 Comments

Color spaces of #bc485e

RGB 1887294
HSL0.970.460.51
HSV349°62°74°
CMYK 0.000.620.50   0.26
XYZ25.076816.134212.3822
Yxy16.13420.46790.3010
Hunter Lab40.167441.14599.8402
CIE-Lab47.150148.488411.9827

#bc485e color RGB value is (188,72,94).

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

The process color (four color CMYK) of #bc485e color hex is 0.00, 0.62, 0.50, 0.26. Web safe color of #bc485e is #cc3366. Color #bc485e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 01011110
Octal 274 110 136
Decimal 188 72 94
Hex BC 48 5E

RGB Percentages of Color #bc485e

%53.11
%20.34
%26.55

CMYK Percentages of Color #bc485e

%0
%62
%50
%26

Triadic Colors of #bc485e

#bc485e #5ebc48 #485ebc

Analogous Colors of #bc485e

#bc485e #bc6c48 #bc4898

Monochromatic Colors of #bc485e

#bc485e

Complementary Color

#bc485e #48bca6

#bc485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc485e Color CSS Codes

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

#bc485e Text Font Color

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

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


#bc485e Background Color

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

This div background color is #bc485e


#bc485e Border Color

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

This div border color is #bc485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc485e


Comments

No comments written yet.

Please login to write comment.