Color Hex Logo

#be837d Color Hex

#BE837D
(190,131,125)
0 Favorites   0 Comments

Color spaces of #be837d

RGB 190131125
HSL0.020.330.62
HSV34°75°
CMYK 0.000.310.34   0.25
XYZ33.053228.660423.1920
Yxy28.66040.38930.3376
Hunter Lab53.535416.520411.7898
CIE-Lab60.480721.952012.4216

#be837d color RGB value is (190,131,125).

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

The process color (four color CMYK) of #be837d color hex is 0.00, 0.31, 0.34, 0.25. Web safe color of #be837d is #cc9966. Color #be837d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000011 01111101
Octal 276 203 175
Decimal 190 131 125
Hex BE 83 7D

RGB Percentages of Color #be837d

%42.60
%29.37
%28.03

CMYK Percentages of Color #be837d

%0
%31
%34
%25

Triadic Colors of #be837d

#be837d #7dbe83 #837dbe

Analogous Colors of #be837d

#be837d #bea47d #be7d98

Monochromatic Colors of #be837d

#be837d

Complementary Color

#be837d #7db8be

#be837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be837d Color CSS Codes

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

#be837d Text Font Color

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

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


#be837d Background Color

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

This div background color is #be837d


#be837d Border Color

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

This div border color is #be837d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be837d


Comments

No comments written yet.

Please login to write comment.