Color Hex Logo

#be859e Color Hex

#BE859E
(190,133,158)
0 Favorites   0 Comments

Color spaces of #be859e

RGB 190133158
HSL0.930.300.63
HSV334°30°75°
CMYK 0.000.300.17   0.25
XYZ35.794330.190836.2886
Yxy30.19080.35000.2952
Hunter Lab54.946220.1268-0.6951
CIE-Lab61.818525.6485-4.4951

#be859e color RGB value is (190,133,158).

#be859e hex color red value is 190, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be859e hue: 0.93 , saturation: 0.30 and the lightness value of be859e is 0.63.

The process color (four color CMYK) of #be859e color hex is 0.00, 0.30, 0.17, 0.25. Web safe color of #be859e is #cc9999. Color #be859e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 10011110
Octal 276 205 236
Decimal 190 133 158
Hex BE 85 9E

RGB Percentages of Color #be859e

%39.50
%27.65
%32.85

CMYK Percentages of Color #be859e

%0
%30
%17
%25

Triadic Colors of #be859e

#be859e #9ebe85 #859ebe

Analogous Colors of #be859e

#be859e #be8985 #be85bb

Monochromatic Colors of #be859e

#be859e

Complementary Color

#be859e #85bea5

#be859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be859e Color CSS Codes

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

#be859e Text Font Color

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

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


#be859e Background Color

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

This div background color is #be859e


#be859e Border Color

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

This div border color is #be859e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,133,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 #be859e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be859e


Comments

No comments written yet.

Please login to write comment.