Color Hex Logo

#be778e Color Hex

#BE778E
(190,119,142)
0 Favorites   0 Comments

Color spaces of #be778e

RGB 190119142
HSL0.950.350.61
HSV341°37°75°
CMYK 0.000.370.25   0.25
XYZ32.714526.093828.9035
Yxy26.09380.37300.2975
Hunter Lab51.082124.92312.2097
CIE-Lab58.126030.8967-0.7332

#be778e color RGB value is (190,119,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110111 10001110
Octal 276 167 216
Decimal 190 119 142
Hex BE 77 8E

RGB Percentages of Color #be778e

%42.13
%26.39
%31.49

CMYK Percentages of Color #be778e

%0
%37
%25
%25

Triadic Colors of #be778e

#be778e #8ebe77 #778ebe

Analogous Colors of #be778e

#be778e #be8477 #be77b2

Monochromatic Colors of #be778e

#be778e

Complementary Color

#be778e #77bea7

#be778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be778e Color CSS Codes

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

#be778e Text Font Color

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

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


#be778e Background Color

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

This div background color is #be778e


#be778e Border Color

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

This div border color is #be778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be778e


Comments

No comments written yet.

Please login to write comment.