Color Hex Logo

#bc839b Color Hex

#BC839B
(188,131,155)
0 Favorites   0 Comments

Color spaces of #bc839b

RGB 188131155
HSL0.930.300.63
HSV335°30°74°
CMYK 0.000.300.18   0.26
XYZ34.771729.290534.8313
Yxy29.29050.35160.2962
Hunter Lab54.120719.9722-0.2737
CIE-Lab61.037225.5447-3.9607

#bc839b color RGB value is (188,131,155).

#bc839b hex color red value is 188, green value is 131 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc839b hue: 0.93 , saturation: 0.30 and the lightness value of bc839b is 0.63.

The process color (four color CMYK) of #bc839b color hex is 0.00, 0.30, 0.18, 0.26. Web safe color of #bc839b is #cc9999. Color #bc839b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 10011011
Octal 274 203 233
Decimal 188 131 155
Hex BC 83 9B

RGB Percentages of Color #bc839b

%39.66
%27.64
%32.70

CMYK Percentages of Color #bc839b

%0
%30
%18
%26

Triadic Colors of #bc839b

#bc839b #9bbc83 #839bbc

Analogous Colors of #bc839b

#bc839b #bc8883 #bc83b8

Monochromatic Colors of #bc839b

#bc839b

Complementary Color

#bc839b #83bca4

#bc839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc839b Color CSS Codes

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

#bc839b Text Font Color

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

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


#bc839b Background Color

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

This div background color is #bc839b


#bc839b Border Color

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

This div border color is #bc839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc839b


Comments

No comments written yet.

Please login to write comment.