Color Hex Logo

#bb829c Color Hex

#BB829C
(187,130,156)
1 Favorites   0 Comments

Color spaces of #bb829c

RGB 187130156
HSL0.920.300.62
HSV333°30°73°
CMYK 0.000.300.17   0.27
XYZ34.476928.930435.2195
Yxy28.93040.34960.2933
Hunter Lab53.787020.2894-1.1720
CIE-Lab60.720225.8976-5.0135

#bb829c color RGB value is (187,130,156).

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

The process color (four color CMYK) of #bb829c color hex is 0.00, 0.30, 0.17, 0.27. Web safe color of #bb829c is #cc9999. Color #bb829c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 10011100
Octal 273 202 234
Decimal 187 130 156
Hex BB 82 9C

RGB Percentages of Color #bb829c

%39.53
%27.48
%32.98

CMYK Percentages of Color #bb829c

%0
%30
%17
%27

Triadic Colors of #bb829c

#bb829c #9cbb82 #829cbb

Analogous Colors of #bb829c

#bb829c #bb8582 #bb82b9

Monochromatic Colors of #bb829c

#bb829c

Complementary Color

#bb829c #82bba1

#bb829c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb829c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb829c Color CSS Codes

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

#bb829c Text Font Color

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

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


#bb829c Background Color

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

This div background color is #bb829c


#bb829c Border Color

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

This div border color is #bb829c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb829c


Comments

No comments written yet.

Please login to write comment.