Color Hex Logo

#be535f Color Hex

#BE535F
(190,83,95)
0 Favorites   0 Comments

Color spaces of #be535f

RGB 1908395
HSL0.980.450.54
HSV353°56°75°
CMYK 0.000.560.50   0.25
XYZ26.394017.959912.9020
Yxy17.95990.46100.3137
Hunter Lab42.379137.007511.6150
CIE-Lab49.447444.105214.6063

#be535f color RGB value is (190,83,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 01011111
Octal 276 123 137
Decimal 190 83 95
Hex BE 53 5F

RGB Percentages of Color #be535f

%51.63
%22.55
%25.82

CMYK Percentages of Color #be535f

%0
%56
%50
%25

Triadic Colors of #be535f

#be535f #5fbe53 #535fbe

Analogous Colors of #be535f

#be535f #be7d53 #be5395

Monochromatic Colors of #be535f

#be535f

Complementary Color

#be535f #53beb2

#be535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be535f Color CSS Codes

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

#be535f Text Font Color

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

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


#be535f Background Color

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

This div background color is #be535f


#be535f Border Color

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

This div border color is #be535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be535f


Comments

No comments written yet.

Please login to write comment.