Color Hex Logo

#bf829f Color Hex

#BF829F
(191,130,159)
0 Favorites   0 Comments

Color spaces of #bf829f

RGB 191130159
HSL0.920.320.63
HSV331°32°75°
CMYK 0.000.320.17   0.25
XYZ35.726529.544836.6206
Yxy29.54480.35060.2900
Hunter Lab54.355122.2029-1.8968
CIE-Lab61.259527.8301-5.8806

#bf829f color RGB value is (191,130,159).

#bf829f hex color red value is 191, green value is 130 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bf829f hue: 0.92 , saturation: 0.32 and the lightness value of bf829f is 0.63.

The process color (four color CMYK) of #bf829f color hex is 0.00, 0.32, 0.17, 0.25. Web safe color of #bf829f is #cc9999. Color #bf829f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 10011111
Octal 277 202 237
Decimal 191 130 159
Hex BF 82 9F

RGB Percentages of Color #bf829f

%39.79
%27.08
%33.13

CMYK Percentages of Color #bf829f

%0
%32
%17
%25

Triadic Colors of #bf829f

#bf829f #9fbf82 #829fbf

Analogous Colors of #bf829f

#bf829f #bf8482 #bf82be

Monochromatic Colors of #bf829f

#bf829f

Complementary Color

#bf829f #82bfa2

#bf829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf829f Color CSS Codes

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

#bf829f Text Font Color

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

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


#bf829f Background Color

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

This div background color is #bf829f


#bf829f Border Color

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

This div border color is #bf829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf829f


Comments

No comments written yet.

Please login to write comment.