Color Hex Logo

#be799a Color Hex

#BE799A
(190,121,154)
0 Favorites   0 Comments

Color spaces of #be799a

RGB 190121154
HSL0.920.350.61
HSV331°36°75°
CMYK 0.000.360.19   0.25
XYZ33.905326.955033.9877
Yxy26.95500.35750.2842
Hunter Lab51.918225.7130-2.4708
CIE-Lab58.932731.6207-6.4758

#be799a color RGB value is (190,121,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111001 10011010
Octal 276 171 232
Decimal 190 121 154
Hex BE 79 9A

RGB Percentages of Color #be799a

%40.86
%26.02
%33.12

CMYK Percentages of Color #be799a

%0
%36
%19
%25

Triadic Colors of #be799a

#be799a #9abe79 #799abe

Analogous Colors of #be799a

#be799a #be7b79 #be79bd

Monochromatic Colors of #be799a

#be799a

Complementary Color

#be799a #79be9d

#be799a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be799a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be799a Color CSS Codes

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

#be799a Text Font Color

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

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


#be799a Background Color

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

This div background color is #be799a


#be799a Border Color

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

This div border color is #be799a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be799a


Comments

No comments written yet.

Please login to write comment.