Color Hex Logo

#bc8081 Color Hex

#BC8081
(188,128,129)
0 Favorites   0 Comments

Color spaces of #bc8081

RGB 188128129
HSL1.000.310.62
HSV359°32°74°
CMYK 0.000.320.31   0.26
XYZ32.420727.714724.4096
Yxy27.71470.38350.3278
Hunter Lab52.644817.79909.3605
CIE-Lab59.630123.36138.9003

#bc8081 color RGB value is (188,128,129).

#bc8081 hex color red value is 188, green value is 128 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bc8081 hue: 1.00 , saturation: 0.31 and the lightness value of bc8081 is 0.62.

The process color (four color CMYK) of #bc8081 color hex is 0.00, 0.32, 0.31, 0.26. Web safe color of #bc8081 is #cc9999. Color #bc8081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 10000001
Octal 274 200 201
Decimal 188 128 129
Hex BC 80 81

RGB Percentages of Color #bc8081

%42.25
%28.76
%28.99

CMYK Percentages of Color #bc8081

%0
%32
%31
%26

Triadic Colors of #bc8081

#bc8081 #81bc80 #8081bc

Analogous Colors of #bc8081

#bc8081 #bc9d80 #bc809f

Monochromatic Colors of #bc8081

#bc8081

Complementary Color

#bc8081 #80bcbb

#bc8081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8081 Color CSS Codes

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

#bc8081 Text Font Color

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

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


#bc8081 Background Color

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

This div background color is #bc8081


#bc8081 Border Color

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

This div border color is #bc8081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8081


Comments

No comments written yet.

Please login to write comment.