Color Hex Logo

#be798a Color Hex

#BE798A
(190,121,138)
0 Favorites   0 Comments

Color spaces of #be798a

RGB 190121138
HSL0.960.350.61
HSV345°36°75°
CMYK 0.000.360.27   0.25
XYZ32.660026.456927.4301
Yxy26.45690.37740.3057
Hunter Lab51.436323.32704.3870
CIE-Lab58.468229.22692.0792

#be798a color RGB value is (190,121,138).

#be798a hex color red value is 190, green value is 121 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #be798a hue: 0.96 , saturation: 0.35 and the lightness value of be798a is 0.61.

The process color (four color CMYK) of #be798a color hex is 0.00, 0.36, 0.27, 0.25. Web safe color of #be798a is #cc6699. Color #be798a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 10001010
Octal 276 171 212
Decimal 190 121 138
Hex BE 79 8A

RGB Percentages of Color #be798a

%42.32
%26.95
%30.73

CMYK Percentages of Color #be798a

%0
%36
%27
%25

Triadic Colors of #be798a

#be798a #8abe79 #798abe

Analogous Colors of #be798a

#be798a #be8b79 #be79ad

Monochromatic Colors of #be798a

#be798a

Complementary Color

#be798a #79bead

#be798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be798a Color CSS Codes

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

#be798a Text Font Color

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

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


#be798a Background Color

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

This div background color is #be798a


#be798a Border Color

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

This div border color is #be798a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be798a


Comments

No comments written yet.

Please login to write comment.