Color Hex Logo

#be838f Color Hex

#BE838F
(190,131,143)
0 Favorites   0 Comments

Color spaces of #be838f

RGB 190131143
HSL0.970.310.63
HSV348°31°75°
CMYK 0.000.310.25   0.25
XYZ34.309429.162929.8073
Yxy29.16290.36780.3126
Hunter Lab54.002718.90135.0762
CIE-Lab60.925124.43572.7669

#be838f color RGB value is (190,131,143).

#be838f hex color red value is 190, green value is 131 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #be838f hue: 0.97 , saturation: 0.31 and the lightness value of be838f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000011 10001111
Octal 276 203 217
Decimal 190 131 143
Hex BE 83 8F

RGB Percentages of Color #be838f

%40.95
%28.23
%30.82

CMYK Percentages of Color #be838f

%0
%31
%25
%25

Triadic Colors of #be838f

#be838f #8fbe83 #838fbe

Analogous Colors of #be838f

#be838f #be9583 #be83ad

Monochromatic Colors of #be838f

#be838f

Complementary Color

#be838f #83beb2

#be838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be838f Color CSS Codes

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

#be838f Text Font Color

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

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


#be838f Background Color

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

This div background color is #be838f


#be838f Border Color

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

This div border color is #be838f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be838f


Comments

No comments written yet.

Please login to write comment.