Color Hex Logo

#bc84ab Color Hex

#BC84AB
(188,132,171)
0 Favorites   0 Comments

Color spaces of #bc84ab

RGB 188132171
HSL0.880.290.63
HSV318°30°74°
CMYK 0.000.300.09   0.26
XYZ36.341030.134242.4292
Yxy30.13420.33370.2767
Hunter Lab54.894622.1039-7.4002
CIE-Lab61.769827.6873-11.9966

#bc84ab color RGB value is (188,132,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 10101011
Octal 274 204 253
Decimal 188 132 171
Hex BC 84 AB

RGB Percentages of Color #bc84ab

%38.29
%26.88
%34.83

CMYK Percentages of Color #bc84ab

%0
%30
%9
%26

Triadic Colors of #bc84ab

#bc84ab #abbc84 #84abbc

Analogous Colors of #bc84ab

#bc84ab #bc848f #b184bc

Monochromatic Colors of #bc84ab

#bc84ab

Complementary Color

#bc84ab #84bc95

#bc84ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc84ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc84ab Color CSS Codes

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

#bc84ab Text Font Color

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

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


#bc84ab Background Color

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

This div background color is #bc84ab


#bc84ab Border Color

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

This div border color is #bc84ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc84ab


Comments

No comments written yet.

Please login to write comment.