Color Hex Logo

#be808e Color Hex

#BE808E
(190,128,142)
0 Favorites   0 Comments

Color spaces of #be808e

RGB 190128142
HSL0.960.320.62
HSV346°33°75°
CMYK 0.000.330.25   0.25
XYZ33.836928.338529.2777
Yxy28.33850.37000.3099
Hunter Lab53.233920.30004.6553
CIE-Lab60.193325.94812.2789

#be808e color RGB value is (190,128,142).

#be808e hex color red value is 190, green value is 128 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #be808e hue: 0.96 , saturation: 0.32 and the lightness value of be808e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000000 10001110
Octal 276 200 216
Decimal 190 128 142
Hex BE 80 8E

RGB Percentages of Color #be808e

%41.30
%27.83
%30.87

CMYK Percentages of Color #be808e

%0
%33
%25
%25

Triadic Colors of #be808e

#be808e #8ebe80 #808ebe

Analogous Colors of #be808e

#be808e #be9180 #be80ad

Monochromatic Colors of #be808e

#be808e

Complementary Color

#be808e #80beb0

#be808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be808e Color CSS Codes

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

#be808e Text Font Color

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

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


#be808e Background Color

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

This div background color is #be808e


#be808e Border Color

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

This div border color is #be808e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be808e


Comments

No comments written yet.

Please login to write comment.