Color Hex Logo

#bc599c Color Hex

#BC599C
(188,89,156)
0 Favorites   0 Comments

Color spaces of #bc599c

RGB 18889156
HSL0.890.420.54
HSV319°53°74°
CMYK 0.000.530.17   0.26
XYZ30.312220.236433.7609
Yxy20.23640.35950.2400
Hunter Lab44.984941.5552-13.0074
CIE-Lab52.103448.0600-17.9478

#bc599c color RGB value is (188,89,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 10011100
Octal 274 131 234
Decimal 188 89 156
Hex BC 59 9C

RGB Percentages of Color #bc599c

%43.42
%20.55
%36.03

CMYK Percentages of Color #bc599c

%0
%53
%17
%26

Triadic Colors of #bc599c

#bc599c #9cbc59 #599cbc

Analogous Colors of #bc599c

#bc599c #bc596b #ab59bc

Monochromatic Colors of #bc599c

#bc599c

Complementary Color

#bc599c #59bc79

#bc599c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc599c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc599c Color CSS Codes

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

#bc599c Text Font Color

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

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


#bc599c Background Color

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

This div background color is #bc599c


#bc599c Border Color

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

This div border color is #bc599c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc599c


Comments

No comments written yet.

Please login to write comment.