Color Hex Logo

#bc498b Color Hex

#BC498B
(188,73,139)
0 Favorites   0 Comments

Color spaces of #bc498b

RGB 18873139
HSL0.900.460.51
HSV326°61°74°
CMYK 0.000.610.26   0.26
XYZ27.781817.320526.3050
Yxy17.32050.38910.2426
Hunter Lab41.617946.3253-8.3423
CIE-Lab48.661453.1135-13.0780

#bc498b color RGB value is (188,73,139).

#bc498b hex color red value is 188, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bc498b hue: 0.90 , saturation: 0.46 and the lightness value of bc498b is 0.51.

The process color (four color CMYK) of #bc498b color hex is 0.00, 0.61, 0.26, 0.26. Web safe color of #bc498b is #cc3399. Color #bc498b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 10001011
Octal 274 111 213
Decimal 188 73 139
Hex BC 49 8B

RGB Percentages of Color #bc498b

%47.00
%18.25
%34.75

CMYK Percentages of Color #bc498b

%0
%61
%26
%26

Triadic Colors of #bc498b

#bc498b #8bbc49 #498bbc

Analogous Colors of #bc498b

#bc498b #bc4951 #b449bc

Monochromatic Colors of #bc498b

#bc498b

Complementary Color

#bc498b #49bc7a

#bc498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc498b Color CSS Codes

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

#bc498b Text Font Color

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

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


#bc498b Background Color

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

This div background color is #bc498b


#bc498b Border Color

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

This div border color is #bc498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc498b


Comments

No comments written yet.

Please login to write comment.