Color Hex Logo

#bc599b Color Hex

#BC599B
(188,89,155)
0 Favorites   0 Comments

Color spaces of #bc599b

RGB 18889155
HSL0.890.420.54
HSV320°53°74°
CMYK 0.000.530.18   0.26
XYZ30.227820.202733.3167
Yxy20.20270.36090.2412
Hunter Lab44.947441.3859-12.4848
CIE-Lab52.065647.9057-17.4167

#bc599b color RGB value is (188,89,155).

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

The process color (four color CMYK) of #bc599b color hex is 0.00, 0.53, 0.18, 0.26. Web safe color of #bc599b is #cc6699. Color #bc599b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 10011011
Octal 274 131 233
Decimal 188 89 155
Hex BC 59 9B

RGB Percentages of Color #bc599b

%43.52
%20.60
%35.88

CMYK Percentages of Color #bc599b

%0
%53
%18
%26

Triadic Colors of #bc599b

#bc599b #9bbc59 #599bbc

Analogous Colors of #bc599b

#bc599b #bc596a #ac59bc

Monochromatic Colors of #bc599b

#bc599b

Complementary Color

#bc599b #59bc7a

#bc599b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc599b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc599b Color CSS Codes

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

#bc599b Text Font Color

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

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


#bc599b Background Color

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

This div background color is #bc599b


#bc599b Border Color

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

This div border color is #bc599b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc599b


Comments

No comments written yet.

Please login to write comment.