Color Hex Logo

#be705e Color Hex

#BE705E
(190,112,94)
0 Favorites   0 Comments

Color spaces of #be705e

RGB 19011294
HSL0.030.420.56
HSV11°51°75°
CMYK 0.000.410.51   0.25
XYZ29.049823.343613.5644
Yxy23.34360.44040.3539
Hunter Lab48.315222.772517.1751
CIE-Lab55.424528.935323.2584

#be705e color RGB value is (190,112,94).

#be705e hex color red value is 190, green value is 112 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be705e hue: 0.03 , saturation: 0.42 and the lightness value of be705e is 0.56.

The process color (four color CMYK) of #be705e color hex is 0.00, 0.41, 0.51, 0.25. Web safe color of #be705e is #cc6666. Color #be705e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 01011110
Octal 276 160 136
Decimal 190 112 94
Hex BE 70 5E

RGB Percentages of Color #be705e

%47.98
%28.28
%23.74

CMYK Percentages of Color #be705e

%0
%41
%51
%25

Triadic Colors of #be705e

#be705e #5ebe70 #705ebe

Analogous Colors of #be705e

#be705e #bea05e #be5e7c

Monochromatic Colors of #be705e

#be705e

Complementary Color

#be705e #5eacbe

#be705e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be705e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be705e Color CSS Codes

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

#be705e Text Font Color

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

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


#be705e Background Color

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

This div background color is #be705e


#be705e Border Color

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

This div border color is #be705e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be705e


Comments

No comments written yet.

Please login to write comment.