Color Hex Logo

#bc596f Color Hex

#BC596F
(188,89,111)
0 Favorites   0 Comments

Color spaces of #bc596f

RGB 18889111
HSL0.960.420.54
HSV347°53°74°
CMYK 0.000.530.41   0.26
XYZ27.180718.983817.2706
Yxy18.98380.42850.2993
Hunter Lab43.570435.10626.9977
CIE-Lab50.668242.05246.6825

#bc596f color RGB value is (188,89,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 01101111
Octal 274 131 157
Decimal 188 89 111
Hex BC 59 6F

RGB Percentages of Color #bc596f

%48.45
%22.94
%28.61

CMYK Percentages of Color #bc596f

%0
%53
%41
%26

Triadic Colors of #bc596f

#bc596f #6fbc59 #596fbc

Analogous Colors of #bc596f

#bc596f #bc7559 #bc59a1

Monochromatic Colors of #bc596f

#bc596f

Complementary Color

#bc596f #59bca6

#bc596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc596f Color CSS Codes

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

#bc596f Text Font Color

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

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


#bc596f Background Color

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

This div background color is #bc596f


#bc596f Border Color

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

This div border color is #bc596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc596f


Comments

No comments written yet.

Please login to write comment.