Color Hex Logo

#bc599d Color Hex

#BC599D
(188,89,157)
0 Favorites   0 Comments

Color spaces of #bc599d

RGB 18889157
HSL0.890.420.54
HSV319°53°74°
CMYK 0.000.530.16   0.26
XYZ30.397220.270434.2088
Yxy20.27040.35810.2388
Hunter Lab45.022741.7252-13.5334
CIE-Lab52.141648.2147-18.4781

#bc599d color RGB value is (188,89,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 10011101
Octal 274 131 235
Decimal 188 89 157
Hex BC 59 9D

RGB Percentages of Color #bc599d

%43.32
%20.51
%36.18

CMYK Percentages of Color #bc599d

%0
%53
%16
%26

Triadic Colors of #bc599d

#bc599d #9dbc59 #599dbc

Analogous Colors of #bc599d

#bc599d #bc596c #aa59bc

Monochromatic Colors of #bc599d

#bc599d

Complementary Color

#bc599d #59bc78

#bc599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc599d Color CSS Codes

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

#bc599d Text Font Color

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

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


#bc599d Background Color

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

This div background color is #bc599d


#bc599d Border Color

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

This div border color is #bc599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc599d


Comments

No comments written yet.

Please login to write comment.