Color Hex Logo

#bc499b Color Hex

#BC499B
(188,73,155)
0 Favorites   0 Comments

Color spaces of #bc499b

RGB 18873155
HSL0.880.460.51
HSV317°61°74°
CMYK 0.000.610.18   0.26
XYZ29.038017.823032.9201
Yxy17.82300.36400.2234
Hunter Lab42.217348.8960-16.6809
CIE-Lab49.280755.3716-21.6814

#bc499b color RGB value is (188,73,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 10011011
Octal 274 111 233
Decimal 188 73 155
Hex BC 49 9B

RGB Percentages of Color #bc499b

%45.19
%17.55
%37.26

CMYK Percentages of Color #bc499b

%0
%61
%18
%26

Triadic Colors of #bc499b

#bc499b #9bbc49 #499bbc

Analogous Colors of #bc499b

#bc499b #bc4961 #a449bc

Monochromatic Colors of #bc499b

#bc499b

Complementary Color

#bc499b #49bc6a

#bc499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc499b Color CSS Codes

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

#bc499b Text Font Color

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

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


#bc499b Background Color

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

This div background color is #bc499b


#bc499b Border Color

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

This div border color is #bc499b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,73,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 #bc499b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc499b


Comments

No comments written yet.

Please login to write comment.