Color Hex Logo

#be545e Color Hex

#BE545E
(190,84,94)
0 Favorites   0 Comments

Color spaces of #be545e

RGB 1908494
HSL0.980.450.54
HSV354°56°75°
CMYK 0.000.560.51   0.25
XYZ26.425918.095912.6897
Yxy18.09590.46190.3163
Hunter Lab42.539336.442612.0910
CIE-Lab49.612243.526315.4322

#be545e color RGB value is (190,84,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010100 01011110
Octal 276 124 136
Decimal 190 84 94
Hex BE 54 5E

RGB Percentages of Color #be545e

%51.63
%22.83
%25.54

CMYK Percentages of Color #be545e

%0
%56
%51
%25

Triadic Colors of #be545e

#be545e #5ebe54 #545ebe

Analogous Colors of #be545e

#be545e #be7f54 #be5493

Monochromatic Colors of #be545e

#be545e

Complementary Color

#be545e #54beb4

#be545e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be545e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be545e Color CSS Codes

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

#be545e Text Font Color

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

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


#be545e Background Color

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

This div background color is #be545e


#be545e Border Color

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

This div border color is #be545e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be545e


Comments

No comments written yet.

Please login to write comment.