Color Hex Logo

#bc859e Color Hex

#BC859E
(188,133,158)
0 Favorites   0 Comments

Color spaces of #bc859e

RGB 188133158
HSL0.920.290.63
HSV333°29°74°
CMYK 0.000.290.16   0.26
XYZ35.298129.935036.2654
Yxy29.93500.34780.2949
Hunter Lab54.712919.4120-1.0002
CIE-Lab61.598124.9223-4.8456

#bc859e color RGB value is (188,133,158).

#bc859e hex color red value is 188, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bc859e hue: 0.92 , saturation: 0.29 and the lightness value of bc859e is 0.63.

The process color (four color CMYK) of #bc859e color hex is 0.00, 0.29, 0.16, 0.26. Web safe color of #bc859e is #cc9999. Color #bc859e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000101 10011110
Octal 274 205 236
Decimal 188 133 158
Hex BC 85 9E

RGB Percentages of Color #bc859e

%39.25
%27.77
%32.99

CMYK Percentages of Color #bc859e

%0
%29
%16
%26

Triadic Colors of #bc859e

#bc859e #9ebc85 #859ebc

Analogous Colors of #bc859e

#bc859e #bc8885 #bc85ba

Monochromatic Colors of #bc859e

#bc859e

Complementary Color

#bc859e #85bca3

#bc859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc859e Color CSS Codes

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

#bc859e Text Font Color

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

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


#bc859e Background Color

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

This div background color is #bc859e


#bc859e Border Color

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

This div border color is #bc859e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc859e


Comments

No comments written yet.

Please login to write comment.