Color Hex Logo

#bc597e Color Hex

#BC597E
(188,89,126)
0 Favorites   0 Comments

Color spaces of #bc597e

RGB 18889126
HSL0.940.420.54
HSV338°53°74°
CMYK 0.000.530.33   0.26
XYZ28.077319.342521.9923
Yxy19.34250.40450.2787
Hunter Lab43.980136.99081.1380
CIE-Lab51.085543.8368-1.6809

#bc597e color RGB value is (188,89,126).

#bc597e hex color red value is 188, green value is 89 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc597e hue: 0.94 , saturation: 0.42 and the lightness value of bc597e is 0.54.

The process color (four color CMYK) of #bc597e color hex is 0.00, 0.53, 0.33, 0.26. Web safe color of #bc597e is #cc6666. Color #bc597e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 01111110
Octal 274 131 176
Decimal 188 89 126
Hex BC 59 7E

RGB Percentages of Color #bc597e

%46.65
%22.08
%31.27

CMYK Percentages of Color #bc597e

%0
%53
%33
%26

Triadic Colors of #bc597e

#bc597e #7ebc59 #597ebc

Analogous Colors of #bc597e

#bc597e #bc6659 #bc59b0

Monochromatic Colors of #bc597e

#bc597e

Complementary Color

#bc597e #59bc97

#bc597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc597e Color CSS Codes

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

#bc597e Text Font Color

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

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


#bc597e Background Color

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

This div background color is #bc597e


#bc597e Border Color

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

This div border color is #bc597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc597e


Comments

No comments written yet.

Please login to write comment.