Color Hex Logo

#be535e Color Hex

#BE535E
(190,83,94)
0 Favorites   0 Comments

Color spaces of #be535e

RGB 1908394
HSL0.980.450.54
HSV354°56°75°
CMYK 0.000.560.51   0.25
XYZ26.348817.941812.6641
Yxy17.94180.46260.3150
Hunter Lab42.357836.910511.9239
CIE-Lab49.425444.013715.1759

#be535e color RGB value is (190,83,94).

#be535e hex color red value is 190, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be535e hue: 0.98 , saturation: 0.45 and the lightness value of be535e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 01011110
Octal 276 123 136
Decimal 190 83 94
Hex BE 53 5E

RGB Percentages of Color #be535e

%51.77
%22.62
%25.61

CMYK Percentages of Color #be535e

%0
%56
%51
%25

Triadic Colors of #be535e

#be535e #5ebe53 #535ebe

Analogous Colors of #be535e

#be535e #be7e53 #be5394

Monochromatic Colors of #be535e

#be535e

Complementary Color

#be535e #53beb3

#be535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be535e Color CSS Codes

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

#be535e Text Font Color

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

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


#be535e Background Color

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

This div background color is #be535e


#be535e Border Color

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

This div border color is #be535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be535e


Comments

No comments written yet.

Please login to write comment.