Color Hex Logo

#be949b Color Hex

#BE949B
(190,148,155)
0 Favorites   0 Comments

Color spaces of #be949b

RGB 190148155
HSL0.970.240.66
HSV350°22°75°
CMYK 0.000.220.18   0.25
XYZ37.741534.493535.6791
Yxy34.49350.34970.3196
Hunter Lab58.731211.92715.0932
CIE-Lab65.352416.84842.3785

#be949b color RGB value is (190,148,155).

#be949b hex color red value is 190, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #be949b hue: 0.97 , saturation: 0.24 and the lightness value of be949b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 10011011
Octal 276 224 233
Decimal 190 148 155
Hex BE 94 9B

RGB Percentages of Color #be949b

%38.54
%30.02
%31.44

CMYK Percentages of Color #be949b

%0
%22
%18
%25

Triadic Colors of #be949b

#be949b #9bbe94 #949bbe

Analogous Colors of #be949b

#be949b #bea294 #be94b0

Monochromatic Colors of #be949b

#be949b

Complementary Color

#be949b #94beb7

#be949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be949b Color CSS Codes

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

#be949b Text Font Color

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

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


#be949b Background Color

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

This div background color is #be949b


#be949b Border Color

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

This div border color is #be949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be949b


Comments

No comments written yet.

Please login to write comment.