Color Hex Logo

#be537f Color Hex

#BE537F
(190,83,127)
0 Favorites   0 Comments

Color spaces of #be537f

RGB 19083127
HSL0.930.450.54
HSV335°56°75°
CMYK 0.000.560.33   0.25
XYZ28.159218.666022.1974
Yxy18.66600.40800.2704
Hunter Lab43.204240.7337-0.2190
CIE-Lab50.294147.5714-3.4090

#be537f color RGB value is (190,83,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 01111111
Octal 276 123 177
Decimal 190 83 127
Hex BE 53 7F

RGB Percentages of Color #be537f

%47.50
%20.75
%31.75

CMYK Percentages of Color #be537f

%0
%56
%33
%25

Triadic Colors of #be537f

#be537f #7fbe53 #537fbe

Analogous Colors of #be537f

#be537f #be5d53 #be53b5

Monochromatic Colors of #be537f

#be537f

Complementary Color

#be537f #53be92

#be537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be537f Color CSS Codes

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

#be537f Text Font Color

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

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


#be537f Background Color

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

This div background color is #be537f


#be537f Border Color

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

This div border color is #be537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be537f


Comments

No comments written yet.

Please login to write comment.