Color Hex Logo

#bf828a Color Hex

#BF828A
(191,130,138)
0 Favorites   0 Comments

Color spaces of #bf828a

RGB 191130138
HSL0.980.320.63
HSV352°32°75°
CMYK 0.000.320.28   0.25
XYZ34.055928.876627.8236
Yxy28.87660.37520.3182
Hunter Lab53.737019.08516.9170
CIE-Lab60.672624.64535.2787

#bf828a color RGB value is (191,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 10001010
Octal 277 202 212
Decimal 191 130 138
Hex BF 82 8A

RGB Percentages of Color #bf828a

%41.61
%28.32
%30.07

CMYK Percentages of Color #bf828a

%0
%32
%28
%25

Triadic Colors of #bf828a

#bf828a #8abf82 #828abf

Analogous Colors of #bf828a

#bf828a #bf9982 #bf82a9

Monochromatic Colors of #bf828a

#bf828a

Complementary Color

#bf828a #82bfb7

#bf828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf828a Color CSS Codes

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

#bf828a Text Font Color

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

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


#bf828a Background Color

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

This div background color is #bf828a


#bf828a Border Color

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

This div border color is #bf828a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,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 #bf828a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf828a


Comments

No comments written yet.

Please login to write comment.