Color Hex Logo

#be769e Color Hex

#BE769E
(190,118,158)
0 Favorites   0 Comments

Color spaces of #be769e

RGB 190118158
HSL0.910.360.60
HSV327°38°75°
CMYK 0.000.380.17   0.25
XYZ33.885226.372635.6522
Yxy26.37260.35330.2750
Hunter Lab51.354327.9101-5.2135
CIE-Lab58.389033.8937-9.5926

#be769e color RGB value is (190,118,158).

#be769e hex color red value is 190, green value is 118 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be769e hue: 0.91 , saturation: 0.36 and the lightness value of be769e is 0.60.

The process color (four color CMYK) of #be769e color hex is 0.00, 0.38, 0.17, 0.25. Web safe color of #be769e is #cc6699. Color #be769e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110110 10011110
Octal 276 166 236
Decimal 190 118 158
Hex BE 76 9E

RGB Percentages of Color #be769e

%40.77
%25.32
%33.91

CMYK Percentages of Color #be769e

%0
%38
%17
%25

Triadic Colors of #be769e

#be769e #9ebe76 #769ebe

Analogous Colors of #be769e

#be769e #be767a #ba76be

Monochromatic Colors of #be769e

#be769e

Complementary Color

#be769e #76be96

#be769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be769e Color CSS Codes

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

#be769e Text Font Color

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

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


#be769e Background Color

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

This div background color is #be769e


#be769e Border Color

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

This div border color is #be769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be769e


Comments

No comments written yet.

Please login to write comment.