Color Hex Logo

#bc869e Color Hex

#BC869E
(188,134,158)
0 Favorites   0 Comments

Color spaces of #bc869e

RGB 188134158
HSL0.930.290.63
HSV333°29°74°
CMYK 0.000.290.16   0.26
XYZ35.435730.210236.3112
Yxy30.21020.34760.2963
Hunter Lab54.963818.8940-0.6946
CIE-Lab61.835224.3669-4.4952

#bc869e color RGB value is (188,134,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10011110
Octal 274 206 236
Decimal 188 134 158
Hex BC 86 9E

RGB Percentages of Color #bc869e

%39.17
%27.92
%32.92

CMYK Percentages of Color #bc869e

%0
%29
%16
%26

Triadic Colors of #bc869e

#bc869e #9ebc86 #869ebc

Analogous Colors of #bc869e

#bc869e #bc8986 #bc86b9

Monochromatic Colors of #bc869e

#bc869e

Complementary Color

#bc869e #86bca4

#bc869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc869e Color CSS Codes

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

#bc869e Text Font Color

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

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


#bc869e Background Color

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

This div background color is #bc869e


#bc869e Border Color

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

This div border color is #bc869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc869e


Comments

No comments written yet.

Please login to write comment.