Color Hex Logo

#be5a5e Color Hex

#BE5A5E
(190,90,94)
0 Favorites   0 Comments

Color spaces of #be5a5e

RGB 1909094
HSL0.990.430.55
HSV358°53°75°
CMYK 0.000.530.51   0.25
XYZ26.911719.067612.8517
Yxy19.06760.45740.3241
Hunter Lab43.666533.593513.1166
CIE-Lab50.766240.539917.0079

#be5a5e color RGB value is (190,90,94).

#be5a5e hex color red value is 190, green value is 90 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #be5a5e hue: 0.99 , saturation: 0.43 and the lightness value of be5a5e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011010 01011110
Octal 276 132 136
Decimal 190 90 94
Hex BE 5A 5E

RGB Percentages of Color #be5a5e

%50.80
%24.06
%25.13

CMYK Percentages of Color #be5a5e

%0
%53
%51
%25

Triadic Colors of #be5a5e

#be5a5e #5ebe5a #5a5ebe

Analogous Colors of #be5a5e

#be5a5e #be885a #be5a90

Monochromatic Colors of #be5a5e

#be5a5e

Complementary Color

#be5a5e #5abeba

#be5a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be5a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be5a5e Color CSS Codes

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

#be5a5e Text Font Color

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

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


#be5a5e Background Color

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

This div background color is #be5a5e


#be5a5e Border Color

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

This div border color is #be5a5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be5a5e


Comments

No comments written yet.

Please login to write comment.