Color Hex Logo

#bc598d Color Hex

#BC598D
(188,89,141)
0 Favorites   0 Comments

Color spaces of #bc598d

RGB 18889141
HSL0.910.420.54
HSV328°53°74°
CMYK 0.000.530.25   0.26
XYZ29.119119.759227.4785
Yxy19.75920.38140.2588
Hunter Lab44.451339.1417-5.5354
CIE-Lab51.563945.8437-9.8991

#bc598d color RGB value is (188,89,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 10001101
Octal 274 131 215
Decimal 188 89 141
Hex BC 59 8D

RGB Percentages of Color #bc598d

%44.98
%21.29
%33.73

CMYK Percentages of Color #bc598d

%0
%53
%25
%26

Triadic Colors of #bc598d

#bc598d #8dbc59 #598dbc

Analogous Colors of #bc598d

#bc598d #bc595c #ba59bc

Monochromatic Colors of #bc598d

#bc598d

Complementary Color

#bc598d #59bc88

#bc598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc598d Color CSS Codes

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

#bc598d Text Font Color

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

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


#bc598d Background Color

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

This div background color is #bc598d


#bc598d Border Color

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

This div border color is #bc598d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc598d


Comments

No comments written yet.

Please login to write comment.