Color Hex Logo

#be9089 Color Hex

#BE9089
(190,144,137)
0 Favorites   0 Comments

Color spaces of #be9089

RGB 190144137
HSL0.020.290.64
HSV28°75°
CMYK 0.000.240.28   0.25
XYZ35.723832.699828.0958
Yxy32.69980.37010.3388
Hunter Lab57.183711.440910.8980
CIE-Lab63.917116.365710.4601

#be9089 color RGB value is (190,144,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 10001001
Octal 276 220 211
Decimal 190 144 137
Hex BE 90 89

RGB Percentages of Color #be9089

%40.34
%30.57
%29.09

CMYK Percentages of Color #be9089

%0
%24
%28
%25

Triadic Colors of #be9089

#be9089 #89be90 #9089be

Analogous Colors of #be9089

#be9089 #beab89 #be899d

Monochromatic Colors of #be9089

#be9089

Complementary Color

#be9089 #89b7be

#be9089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9089 Color CSS Codes

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

#be9089 Text Font Color

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

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


#be9089 Background Color

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

This div background color is #be9089


#be9089 Border Color

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

This div border color is #be9089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9089


Comments

No comments written yet.

Please login to write comment.