Color Hex Logo

#be7977 Color Hex

#BE7977
(190,121,119)
0 Favorites   0 Comments

Color spaces of #be7977

RGB 190121119
HSL0.000.350.61
HSV37°75°
CMYK 0.000.360.37   0.25
XYZ31.402425.953820.8073
Yxy25.95380.40180.3320
Hunter Lab50.944920.873811.4457
CIE-Lab57.993226.720512.3755

#be7977 color RGB value is (190,121,119).

#be7977 hex color red value is 190, green value is 121 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #be7977 hue: 0.00 , saturation: 0.35 and the lightness value of be7977 is 0.61.

The process color (four color CMYK) of #be7977 color hex is 0.00, 0.36, 0.37, 0.25. Web safe color of #be7977 is #cc6666. Color #be7977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 01110111
Octal 276 171 167
Decimal 190 121 119
Hex BE 79 77

RGB Percentages of Color #be7977

%44.19
%28.14
%27.67

CMYK Percentages of Color #be7977

%0
%36
%37
%25

Triadic Colors of #be7977

#be7977 #77be79 #7977be

Analogous Colors of #be7977

#be7977 #be9d77 #be7799

Monochromatic Colors of #be7977

#be7977

Complementary Color

#be7977 #77bcbe

#be7977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7977 Color CSS Codes

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

#be7977 Text Font Color

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

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


#be7977 Background Color

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

This div background color is #be7977


#be7977 Border Color

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

This div border color is #be7977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7977


Comments

No comments written yet.

Please login to write comment.