Color Hex Logo

#be769d Color Hex

#BE769D
(190,118,157)
1 Favorites   0 Comments

Color spaces of #be769d

RGB 190118157
HSL0.910.360.60
HSV328°38°75°
CMYK 0.000.380.17   0.25
XYZ33.799426.338335.2007
Yxy26.33830.35450.2763
Hunter Lab51.320927.7468-4.7421
CIE-Lab58.356833.7333-9.0638

#be769d color RGB value is (190,118,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110110 10011101
Octal 276 166 235
Decimal 190 118 157
Hex BE 76 9D

RGB Percentages of Color #be769d

%40.86
%25.38
%33.76

CMYK Percentages of Color #be769d

%0
%38
%17
%25

Triadic Colors of #be769d

#be769d #9dbe76 #769dbe

Analogous Colors of #be769d

#be769d #be7679 #bb76be

Monochromatic Colors of #be769d

#be769d

Complementary Color

#be769d #76be97

#be769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be769d Color CSS Codes

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

#be769d Text Font Color

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

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


#be769d Background Color

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

This div background color is #be769d


#be769d Border Color

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

This div border color is #be769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be769d


Comments

No comments written yet.

Please login to write comment.