Color Hex Logo

#be9193 Color Hex

#BE9193
(190,145,147)
0 Favorites   0 Comments

Color spaces of #be9193

RGB 190145147
HSL0.990.260.66
HSV357°24°75°
CMYK 0.000.240.23   0.25
XYZ36.627133.304532.1017
Yxy33.30450.35900.3264
Hunter Lab57.710112.29687.4165
CIE-Lab64.406717.27135.5196

#be9193 color RGB value is (190,145,147).

#be9193 hex color red value is 190, green value is 145 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #be9193 hue: 0.99 , saturation: 0.26 and the lightness value of be9193 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 10010011
Octal 276 221 223
Decimal 190 145 147
Hex BE 91 93

RGB Percentages of Color #be9193

%39.42
%30.08
%30.50

CMYK Percentages of Color #be9193

%0
%24
%23
%25

Triadic Colors of #be9193

#be9193 #93be91 #9193be

Analogous Colors of #be9193

#be9193 #bea691 #be91aa

Monochromatic Colors of #be9193

#be9193

Complementary Color

#be9193 #91bebc

#be9193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9193 Color CSS Codes

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

#be9193 Text Font Color

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

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


#be9193 Background Color

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

This div background color is #be9193


#be9193 Border Color

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

This div border color is #be9193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9193


Comments

No comments written yet.

Please login to write comment.