Color Hex Logo

#be534e Color Hex

#BE534E
(190,83,78)
0 Favorites   0 Comments

Color spaces of #be534e

RGB 1908378
HSL0.010.460.53
HSV59°75°
CMYK 0.000.560.59   0.25
XYZ25.703617.68379.2663
Yxy17.68370.48820.3358
Hunter Lab42.052035.514316.3716
CIE-Lab49.110242.689424.2868

#be534e color RGB value is (190,83,78).

#be534e hex color red value is 190, green value is 83 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #be534e hue: 0.01 , saturation: 0.46 and the lightness value of be534e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 01001110
Octal 276 123 116
Decimal 190 83 78
Hex BE 53 4E

RGB Percentages of Color #be534e

%54.13
%23.65
%22.22

CMYK Percentages of Color #be534e

%0
%56
%59
%25

Triadic Colors of #be534e

#be534e #4ebe53 #534ebe

Analogous Colors of #be534e

#be534e #be8b4e #be4e81

Monochromatic Colors of #be534e

#be534e

Complementary Color

#be534e #4eb9be

#be534e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be534e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be534e Color CSS Codes

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

#be534e Text Font Color

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

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


#be534e Background Color

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

This div background color is #be534e


#be534e Border Color

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

This div border color is #be534e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be534e


Comments

No comments written yet.

Please login to write comment.