Color Hex Logo

#be948b Color Hex

#BE948B
(190,148,139)
0 Favorites   0 Comments

Color spaces of #be948b

RGB 190148139
HSL0.030.280.65
HSV11°27°75°
CMYK 0.000.220.27   0.25
XYZ36.485333.991029.0640
Yxy33.99100.36650.3415
Hunter Lab58.30189.677211.2546
CIE-Lab64.955414.436010.8043

#be948b color RGB value is (190,148,139).

#be948b hex color red value is 190, green value is 148 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #be948b hue: 0.03 , saturation: 0.28 and the lightness value of be948b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 10001011
Octal 276 224 213
Decimal 190 148 139
Hex BE 94 8B

RGB Percentages of Color #be948b

%39.83
%31.03
%29.14

CMYK Percentages of Color #be948b

%0
%22
%27
%25

Triadic Colors of #be948b

#be948b #8bbe94 #948bbe

Analogous Colors of #be948b

#be948b #beae8b #be8b9c

Monochromatic Colors of #be948b

#be948b

Complementary Color

#be948b #8bb5be

#be948b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be948b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be948b Color CSS Codes

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

#be948b Text Font Color

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

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


#be948b Background Color

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

This div background color is #be948b


#be948b Border Color

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

This div border color is #be948b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be948b


Comments

No comments written yet.

Please login to write comment.