Color Hex Logo

#bc597a Color Hex

#BC597A
(188,89,122)
0 Favorites   0 Comments

Color spaces of #bc597a

RGB 18889122
HSL0.940.420.54
HSV340°53°74°
CMYK 0.000.530.35   0.26
XYZ27.824319.241320.6598
Yxy19.24130.41080.2841
Hunter Lab43.864936.46222.7806
CIE-Lab50.968343.33870.5365

#bc597a color RGB value is (188,89,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 01111010
Octal 274 131 172
Decimal 188 89 122
Hex BC 59 7A

RGB Percentages of Color #bc597a

%47.12
%22.31
%30.58

CMYK Percentages of Color #bc597a

%0
%53
%35
%26

Triadic Colors of #bc597a

#bc597a #7abc59 #597abc

Analogous Colors of #bc597a

#bc597a #bc6a59 #bc59ac

Monochromatic Colors of #bc597a

#bc597a

Complementary Color

#bc597a #59bc9b

#bc597a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc597a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc597a Color CSS Codes

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

#bc597a Text Font Color

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

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


#bc597a Background Color

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

This div background color is #bc597a


#bc597a Border Color

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

This div border color is #bc597a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc597a


Comments

No comments written yet.

Please login to write comment.