Color Hex Logo

#bc829e Color Hex

#BC829E
(188,130,158)
0 Favorites   0 Comments

Color spaces of #bc829e

RGB 188130158
HSL0.920.300.62
HSV331°31°74°
CMYK 0.000.310.16   0.26
XYZ34.893229.125336.1304
Yxy29.12530.34840.2908
Hunter Lab53.967920.9663-1.9160
CIE-Lab60.892126.5861-5.8907

#bc829e color RGB value is (188,130,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 10011110
Octal 274 202 236
Decimal 188 130 158
Hex BC 82 9E

RGB Percentages of Color #bc829e

%39.50
%27.31
%33.19

CMYK Percentages of Color #bc829e

%0
%31
%16
%26

Triadic Colors of #bc829e

#bc829e #9ebc82 #829ebc

Analogous Colors of #bc829e

#bc829e #bc8382 #bc82bb

Monochromatic Colors of #bc829e

#bc829e

Complementary Color

#bc829e #82bca0

#bc829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc829e Color CSS Codes

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

#bc829e Text Font Color

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

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


#bc829e Background Color

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

This div background color is #bc829e


#bc829e Border Color

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

This div border color is #bc829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc829e


Comments

No comments written yet.

Please login to write comment.