Color Hex Logo

#be898b Color Hex

#BE898B
(190,137,139)
0 Favorites   0 Comments

Color spaces of #be898b

RGB 190137139
HSL0.990.290.64
HSV358°28°75°
CMYK 0.000.280.27   0.25
XYZ34.841130.702628.5160
Yxy30.70260.37040.3264
Hunter Lab55.409915.27138.2741
CIE-Lab62.255820.52986.9642

#be898b color RGB value is (190,137,139).

#be898b hex color red value is 190, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #be898b hue: 0.99 , saturation: 0.29 and the lightness value of be898b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 10001011
Octal 276 211 213
Decimal 190 137 139
Hex BE 89 8B

RGB Percentages of Color #be898b

%40.77
%29.40
%29.83

CMYK Percentages of Color #be898b

%0
%28
%27
%25

Triadic Colors of #be898b

#be898b #8bbe89 #898bbe

Analogous Colors of #be898b

#be898b #bea289 #be89a6

Monochromatic Colors of #be898b

#be898b

Complementary Color

#be898b #89bebc

#be898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be898b Color CSS Codes

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

#be898b Text Font Color

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

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


#be898b Background Color

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

This div background color is #be898b


#be898b Border Color

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

This div border color is #be898b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,137,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be898b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be898b;
  -webkit-box-shadow: 1px 1px 3px 2px #be898b;
  box-shadow:         1px 1px 3px 2px #be898b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,137,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be898b


Comments

No comments written yet.

Please login to write comment.