Color Hex Logo

#bc829a Color Hex

#BC829A
(188,130,154)
0 Favorites   0 Comments

Color spaces of #bc829a

RGB 188130154
HSL0.930.300.62
HSV335°31°74°
CMYK 0.000.310.18   0.26
XYZ34.554428.989734.3462
Yxy28.98970.35300.2961
Hunter Lab53.842120.3328-0.1320
CIE-Lab60.772525.9388-3.7789

#bc829a color RGB value is (188,130,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 10011010
Octal 274 202 232
Decimal 188 130 154
Hex BC 82 9A

RGB Percentages of Color #bc829a

%39.83
%27.54
%32.63

CMYK Percentages of Color #bc829a

%0
%31
%18
%26

Triadic Colors of #bc829a

#bc829a #9abc82 #829abc

Analogous Colors of #bc829a

#bc829a #bc8782 #bc82b7

Monochromatic Colors of #bc829a

#bc829a

Complementary Color

#bc829a #82bca4

#bc829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc829a Color CSS Codes

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

#bc829a Text Font Color

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

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


#bc829a Background Color

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

This div background color is #bc829a


#bc829a Border Color

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

This div border color is #bc829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc829a


Comments

No comments written yet.

Please login to write comment.