Color Hex Logo

#be959b Color Hex

#BE959B
(190,149,155)
0 Favorites   0 Comments

Color spaces of #be959b

RGB 190149155
HSL0.980.240.66
HSV351°22°75°
CMYK 0.000.220.18   0.25
XYZ37.899034.808635.7316
Yxy34.80860.34950.3210
Hunter Lab58.998811.41495.3912
CIE-Lab65.599416.29432.7368

#be959b color RGB value is (190,149,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 10011011
Octal 276 225 233
Decimal 190 149 155
Hex BE 95 9B

RGB Percentages of Color #be959b

%38.46
%30.16
%31.38

CMYK Percentages of Color #be959b

%0
%22
%18
%25

Triadic Colors of #be959b

#be959b #9bbe95 #959bbe

Analogous Colors of #be959b

#be959b #bea495 #be95b0

Monochromatic Colors of #be959b

#be959b

Complementary Color

#be959b #95beb8

#be959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be959b Color CSS Codes

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

#be959b Text Font Color

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

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


#be959b Background Color

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

This div background color is #be959b


#be959b Border Color

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

This div border color is #be959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be959b


Comments

No comments written yet.

Please login to write comment.