Color Hex Logo

#be889e Color Hex

#BE889E
(190,136,158)
0 Favorites   0 Comments

Color spaces of #be889e

RGB 190136158
HSL0.930.290.64
HSV336°28°75°
CMYK 0.000.280.17   0.25
XYZ36.210931.024136.4275
Yxy31.02410.34930.2993
Hunter Lab55.699318.57170.2137
CIE-Lab62.528023.9859-3.4486

#be889e color RGB value is (190,136,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001000 10011110
Octal 276 210 236
Decimal 190 136 158
Hex BE 88 9E

RGB Percentages of Color #be889e

%39.26
%28.10
%32.64

CMYK Percentages of Color #be889e

%0
%28
%17
%25

Triadic Colors of #be889e

#be889e #9ebe88 #889ebe

Analogous Colors of #be889e

#be889e #be8d88 #be88b9

Monochromatic Colors of #be889e

#be889e

Complementary Color

#be889e #88bea8

#be889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be889e Color CSS Codes

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

#be889e Text Font Color

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

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


#be889e Background Color

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

This div background color is #be889e


#be889e Border Color

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

This div border color is #be889e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be889e


Comments

No comments written yet.

Please login to write comment.