Color Hex Logo

#bc869f Color Hex

#BC869F
(188,134,159)
0 Favorites   0 Comments

Color spaces of #bc869f

RGB 188134159
HSL0.920.290.63
HSV332°29°74°
CMYK 0.000.290.15   0.26
XYZ35.522130.244836.7665
Yxy30.24480.34640.2950
Hunter Lab54.995319.0535-1.1410
CIE-Lab61.864924.5311-5.0212

#bc869f color RGB value is (188,134,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10011111
Octal 274 206 237
Decimal 188 134 159
Hex BC 86 9F

RGB Percentages of Color #bc869f

%39.09
%27.86
%33.06

CMYK Percentages of Color #bc869f

%0
%29
%15
%26

Triadic Colors of #bc869f

#bc869f #9fbc86 #869fbc

Analogous Colors of #bc869f

#bc869f #bc8886 #bc86ba

Monochromatic Colors of #bc869f

#bc869f

Complementary Color

#bc869f #86bca3

#bc869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc869f Color CSS Codes

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

#bc869f Text Font Color

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

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


#bc869f Background Color

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

This div background color is #bc869f


#bc869f Border Color

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

This div border color is #bc869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc869f


Comments

No comments written yet.

Please login to write comment.