Color Hex Logo

#be9095 Color Hex

#BE9095
(190,144,149)
0 Favorites   0 Comments

Color spaces of #be9095

RGB 190144149
HSL0.980.260.65
HSV353°24°75°
CMYK 0.000.240.22   0.25
XYZ36.633333.063632.8849
Yxy33.06360.35710.3223
Hunter Lab57.501013.09396.3426
CIE-Lab64.212418.12954.1107

#be9095 color RGB value is (190,144,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 10010101
Octal 276 220 225
Decimal 190 144 149
Hex BE 90 95

RGB Percentages of Color #be9095

%39.34
%29.81
%30.85

CMYK Percentages of Color #be9095

%0
%24
%22
%25

Triadic Colors of #be9095

#be9095 #95be90 #9095be

Analogous Colors of #be9095

#be9095 #bea290 #be90ac

Monochromatic Colors of #be9095

#be9095

Complementary Color

#be9095 #90beb9

#be9095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9095 Color CSS Codes

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

#be9095 Text Font Color

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

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


#be9095 Background Color

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

This div background color is #be9095


#be9095 Border Color

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

This div border color is #be9095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9095

#be9095 Color Palettes


Comments

No comments written yet.

Please login to write comment.