Color Hex Logo

#be8189 Color Hex

#BE8189
(190,129,137)
0 Favorites   0 Comments

Color spaces of #be8189

RGB 190129137
HSL0.980.320.63
HSV352°32°75°
CMYK 0.000.320.28   0.25
XYZ33.600828.453827.3881
Yxy28.45380.37570.3181
Hunter Lab53.342119.09056.8975
CIE-Lab60.296524.67725.2960

#be8189 color RGB value is (190,129,137).

#be8189 hex color red value is 190, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #be8189 hue: 0.98 , saturation: 0.32 and the lightness value of be8189 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 10001001
Octal 276 201 211
Decimal 190 129 137
Hex BE 81 89

RGB Percentages of Color #be8189

%41.67
%28.29
%30.04

CMYK Percentages of Color #be8189

%0
%32
%28
%25

Triadic Colors of #be8189

#be8189 #89be81 #8189be

Analogous Colors of #be8189

#be8189 #be9881 #be81a8

Monochromatic Colors of #be8189

#be8189

Complementary Color

#be8189 #81beb6

#be8189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8189 Color CSS Codes

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

#be8189 Text Font Color

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

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


#be8189 Background Color

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

This div background color is #be8189


#be8189 Border Color

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

This div border color is #be8189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8189


Comments

No comments written yet.

Please login to write comment.