Color Hex Logo

#be769f Color Hex

#BE769F
(190,118,159)
0 Favorites   0 Comments

Color spaces of #be769f

RGB 190118159
HSL0.910.360.60
HSV326°38°75°
CMYK 0.000.380.16   0.25
XYZ33.971626.407236.1075
Yxy26.40720.35210.2737
Hunter Lab51.387928.0741-5.6883
CIE-Lab58.421634.0547-10.1209

#be769f color RGB value is (190,118,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110110 10011111
Octal 276 166 237
Decimal 190 118 159
Hex BE 76 9F

RGB Percentages of Color #be769f

%40.69
%25.27
%34.05

CMYK Percentages of Color #be769f

%0
%38
%16
%25

Triadic Colors of #be769f

#be769f #9fbe76 #769fbe

Analogous Colors of #be769f

#be769f #be767b #b976be

Monochromatic Colors of #be769f

#be769f

Complementary Color

#be769f #76be95

#be769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be769f Color CSS Codes

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

#be769f Text Font Color

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

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


#be769f Background Color

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

This div background color is #be769f


#be769f Border Color

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

This div border color is #be769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be769f


Comments

No comments written yet.

Please login to write comment.