Color Hex Logo

#be897f Color Hex

#BE897F
(190,137,127)
0 Favorites   0 Comments

Color spaces of #be897f

RGB 190137127
HSL0.030.330.62
HSV10°33°75°
CMYK 0.000.280.33   0.25
XYZ34.011630.370824.1482
Yxy30.37080.38420.3431
Hunter Lab55.109713.721412.5969
CIE-Lab61.972818.886613.3748

#be897f color RGB value is (190,137,127).

#be897f hex color red value is 190, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #be897f hue: 0.03 , saturation: 0.33 and the lightness value of be897f is 0.62.

The process color (four color CMYK) of #be897f color hex is 0.00, 0.28, 0.33, 0.25. Web safe color of #be897f is #cc9966. Color #be897f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 01111111
Octal 276 211 177
Decimal 190 137 127
Hex BE 89 7F

RGB Percentages of Color #be897f

%41.85
%30.18
%27.97

CMYK Percentages of Color #be897f

%0
%28
%33
%25

Triadic Colors of #be897f

#be897f #7fbe89 #897fbe

Analogous Colors of #be897f

#be897f #bea97f #be7f95

Monochromatic Colors of #be897f

#be897f

Complementary Color

#be897f #7fb4be

#be897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be897f Color CSS Codes

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

#be897f Text Font Color

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

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


#be897f Background Color

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

This div background color is #be897f


#be897f Border Color

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

This div border color is #be897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be897f


Comments

No comments written yet.

Please login to write comment.