Color Hex Logo

#be567e Color Hex

#BE567E
(190,86,126)
0 Favorites   0 Comments

Color spaces of #be567e

RGB 19086126
HSL0.940.440.54
HSV337°55°75°
CMYK 0.000.550.34   0.25
XYZ28.328919.109121.9340
Yxy19.10910.40840.2755
Hunter Lab43.714039.17780.8503
CIE-Lab50.814645.9963-2.0442

#be567e color RGB value is (190,86,126).

#be567e hex color red value is 190, green value is 86 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #be567e hue: 0.94 , saturation: 0.44 and the lightness value of be567e is 0.54.

The process color (four color CMYK) of #be567e color hex is 0.00, 0.55, 0.34, 0.25. Web safe color of #be567e is #cc6666. Color #be567e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010110 01111110
Octal 276 126 176
Decimal 190 86 126
Hex BE 56 7E

RGB Percentages of Color #be567e

%47.26
%21.39
%31.34

CMYK Percentages of Color #be567e

%0
%55
%34
%25

Triadic Colors of #be567e

#be567e #7ebe56 #567ebe

Analogous Colors of #be567e

#be567e #be6256 #be56b2

Monochromatic Colors of #be567e

#be567e

Complementary Color

#be567e #56be96

#be567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be567e Color CSS Codes

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

#be567e Text Font Color

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

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


#be567e Background Color

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

This div background color is #be567e


#be567e Border Color

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

This div border color is #be567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be567e


Comments

No comments written yet.

Please login to write comment.