Color Hex Logo

#bc597b Color Hex

#BC597B
(188,89,123)
0 Favorites   0 Comments

Color spaces of #bc597b

RGB 18889123
HSL0.940.420.54
HSV339°53°74°
CMYK 0.000.530.35   0.26
XYZ27.886619.266220.9879
Yxy19.26620.40930.2827
Hunter Lab43.893336.59272.3753
CIE-Lab50.997243.4619-0.0189

#bc597b color RGB value is (188,89,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 01111011
Octal 274 131 173
Decimal 188 89 123
Hex BC 59 7B

RGB Percentages of Color #bc597b

%47.00
%22.25
%30.75

CMYK Percentages of Color #bc597b

%0
%53
%35
%26

Triadic Colors of #bc597b

#bc597b #7bbc59 #597bbc

Analogous Colors of #bc597b

#bc597b #bc6959 #bc59ad

Monochromatic Colors of #bc597b

#bc597b

Complementary Color

#bc597b #59bc9a

#bc597b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc597b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc597b Color CSS Codes

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

#bc597b Text Font Color

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

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


#bc597b Background Color

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

This div background color is #bc597b


#bc597b Border Color

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

This div border color is #bc597b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc597b


Comments

No comments written yet.

Please login to write comment.