Color Hex Logo

#bc828a Color Hex

#BC828A
(188,130,138)
0 Favorites   0 Comments

Color spaces of #bc828a

RGB 188130138
HSL0.980.300.62
HSV352°31°74°
CMYK 0.000.310.27   0.26
XYZ33.309128.491627.7886
Yxy28.49160.37180.3180
Hunter Lab53.377517.97846.4976
CIE-Lab60.330323.50564.7418

#bc828a color RGB value is (188,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 10001010
Octal 274 202 212
Decimal 188 130 138
Hex BC 82 8A

RGB Percentages of Color #bc828a

%41.23
%28.51
%30.26

CMYK Percentages of Color #bc828a

%0
%31
%27
%26

Triadic Colors of #bc828a

#bc828a #8abc82 #828abc

Analogous Colors of #bc828a

#bc828a #bc9782 #bc82a7

Monochromatic Colors of #bc828a

#bc828a

Complementary Color

#bc828a #82bcb4

#bc828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc828a Color CSS Codes

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

#bc828a Text Font Color

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

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


#bc828a Background Color

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

This div background color is #bc828a


#bc828a Border Color

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

This div border color is #bc828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc828a


Comments

No comments written yet.

Please login to write comment.