Color Hex Logo

#be506f Color Hex

#BE506F
(190,80,111)
0 Favorites   0 Comments

Color spaces of #be506f

RGB 19080111
HSL0.950.460.53
HSV343°58°75°
CMYK 0.000.580.42   0.25
XYZ26.973117.832217.0592
Yxy17.83220.43600.2882
Hunter Lab42.228240.11695.6080
CIE-Lab49.291947.14394.7531

#be506f color RGB value is (190,80,111).

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

The process color (four color CMYK) of #be506f color hex is 0.00, 0.58, 0.42, 0.25. Web safe color of #be506f is #cc6666. Color #be506f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 01101111
Octal 276 120 157
Decimal 190 80 111
Hex BE 50 6F

RGB Percentages of Color #be506f

%49.87
%21.00
%29.13

CMYK Percentages of Color #be506f

%0
%58
%42
%25

Triadic Colors of #be506f

#be506f #6fbe50 #506fbe

Analogous Colors of #be506f

#be506f #be6850 #be50a6

Monochromatic Colors of #be506f

#be506f

Complementary Color

#be506f #50be9f

#be506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be506f Color CSS Codes

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

#be506f Text Font Color

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

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


#be506f Background Color

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

This div background color is #be506f


#be506f Border Color

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

This div border color is #be506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be506f


Comments

No comments written yet.

Please login to write comment.