Color Hex Logo

#be557a Color Hex

#BE557A
(190,85,122)
0 Favorites   0 Comments

Color spaces of #be557a

RGB 19085122
HSL0.940.450.54
HSV339°55°75°
CMYK 0.000.550.36   0.25
XYZ27.996618.849320.5750
Yxy18.84930.41530.2796
Hunter Lab43.415839.12782.2932
CIE-Lab50.510445.9963-0.0955

#be557a color RGB value is (190,85,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010101 01111010
Octal 276 125 172
Decimal 190 85 122
Hex BE 55 7A

RGB Percentages of Color #be557a

%47.86
%21.41
%30.73

CMYK Percentages of Color #be557a

%0
%55
%36
%25

Triadic Colors of #be557a

#be557a #7abe55 #557abe

Analogous Colors of #be557a

#be557a #be6555 #be55af

Monochromatic Colors of #be557a

#be557a

Complementary Color

#be557a #55be99

#be557a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be557a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be557a Color CSS Codes

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

#be557a Text Font Color

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

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


#be557a Background Color

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

This div background color is #be557a


#be557a Border Color

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

This div border color is #be557a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be557a


Comments

No comments written yet.

Please login to write comment.