Color Hex Logo

#be737e Color Hex

#BE737E
(190,115,126)
0 Favorites   0 Comments

Color spaces of #be737e

RGB 190115126
HSL0.980.370.60
HSV351°39°75°
CMYK 0.000.390.34   0.25
XYZ31.131824.715022.8683
Yxy24.71500.39550.3140
Hunter Lab49.714224.77977.5268
CIE-Lab56.796730.88216.6281

#be737e color RGB value is (190,115,126).

#be737e hex color red value is 190, green value is 115 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be737e hue: 0.98 , saturation: 0.37 and the lightness value of be737e is 0.60.

The process color (four color CMYK) of #be737e color hex is 0.00, 0.39, 0.34, 0.25. Web safe color of #be737e is #cc6666. Color #be737e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110011 01111110
Octal 276 163 176
Decimal 190 115 126
Hex BE 73 7E

RGB Percentages of Color #be737e

%44.08
%26.68
%29.23

CMYK Percentages of Color #be737e

%0
%39
%34
%25

Triadic Colors of #be737e

#be737e #7ebe73 #737ebe

Analogous Colors of #be737e

#be737e #be8e73 #be73a4

Monochromatic Colors of #be737e

#be737e

Complementary Color

#be737e #73beb3

#be737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be737e Color CSS Codes

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

#be737e Text Font Color

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

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


#be737e Background Color

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

This div background color is #be737e


#be737e Border Color

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

This div border color is #be737e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be737e


Comments

No comments written yet.

Please login to write comment.