Color Hex Logo

#be757e Color Hex

#BE757E
(190,117,126)
0 Favorites   0 Comments

Color spaces of #be757e

RGB 190117126
HSL0.980.360.60
HSV353°38°75°
CMYK 0.000.380.34   0.25
XYZ31.362425.176122.9452
Yxy25.17610.39460.3167
Hunter Lab50.175823.76398.0100
CIE-Lab57.246629.79167.2707

#be757e color RGB value is (190,117,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 01111110
Octal 276 165 176
Decimal 190 117 126
Hex BE 75 7E

RGB Percentages of Color #be757e

%43.88
%27.02
%29.10

CMYK Percentages of Color #be757e

%0
%38
%34
%25

Triadic Colors of #be757e

#be757e #7ebe75 #757ebe

Analogous Colors of #be757e

#be757e #be9175 #be75a3

Monochromatic Colors of #be757e

#be757e

Complementary Color

#be757e #75beb5

#be757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be757e Color CSS Codes

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

#be757e Text Font Color

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

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


#be757e Background Color

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

This div background color is #be757e


#be757e Border Color

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

This div border color is #be757e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,117,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 #be757e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be757e


Comments

No comments written yet.

Please login to write comment.