Color Hex Logo

#bc827f Color Hex

#BC827F
(188,130,127)
0 Favorites   0 Comments

Color spaces of #bc827f

RGB 188130127
HSL0.010.310.62
HSV32°74°
CMYK 0.000.310.32   0.26
XYZ32.552428.188923.8040
Yxy28.18890.38500.3334
Hunter Lab53.093216.528410.5830
CIE-Lab60.059021.985010.6530

#bc827f color RGB value is (188,130,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 01111111
Octal 274 202 177
Decimal 188 130 127
Hex BC 82 7F

RGB Percentages of Color #bc827f

%42.25
%29.21
%28.54

CMYK Percentages of Color #bc827f

%0
%31
%32
%26

Triadic Colors of #bc827f

#bc827f #7fbc82 #827fbc

Analogous Colors of #bc827f

#bc827f #bca17f #bc7f9b

Monochromatic Colors of #bc827f

#bc827f

Complementary Color

#bc827f #7fb9bc

#bc827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc827f Color CSS Codes

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

#bc827f Text Font Color

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

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


#bc827f Background Color

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

This div background color is #bc827f


#bc827f Border Color

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

This div border color is #bc827f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc827f


Comments

No comments written yet.

Please login to write comment.