Color Hex Logo

#bc8eab Color Hex

#BC8EAB
(188,142,171)
0 Favorites   0 Comments

Color spaces of #bc8eab

RGB 188142171
HSL0.890.260.65
HSV322°24°74°
CMYK 0.000.240.09   0.26
XYZ37.762732.977642.9031
Yxy32.97760.33230.2902
Hunter Lab57.426116.8836-4.0973
CIE-Lab64.142822.1311-8.4472

#bc8eab color RGB value is (188,142,171).

#bc8eab hex color red value is 188, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc8eab hue: 0.89 , saturation: 0.26 and the lightness value of bc8eab is 0.65.

The process color (four color CMYK) of #bc8eab color hex is 0.00, 0.24, 0.09, 0.26. Web safe color of #bc8eab is #cc9999. Color #bc8eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001110 10101011
Octal 274 216 253
Decimal 188 142 171
Hex BC 8E AB

RGB Percentages of Color #bc8eab

%37.52
%28.34
%34.13

CMYK Percentages of Color #bc8eab

%0
%24
%9
%26

Triadic Colors of #bc8eab

#bc8eab #abbc8e #8eabbc

Analogous Colors of #bc8eab

#bc8eab #bc8e94 #b68ebc

Monochromatic Colors of #bc8eab

#bc8eab

Complementary Color

#bc8eab #8ebc9f

#bc8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8eab Color CSS Codes

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

#bc8eab Text Font Color

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

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


#bc8eab Background Color

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

This div background color is #bc8eab


#bc8eab Border Color

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

This div border color is #bc8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8eab


Comments

No comments written yet.

Please login to write comment.