Color Hex Logo

#be8199 Color Hex

#BE8199
(190,129,153)
0 Favorites   0 Comments

Color spaces of #be8199

RGB 190129153
HSL0.930.320.63
HSV336°32°75°
CMYK 0.000.320.19   0.25
XYZ34.835228.947633.8884
Yxy28.94760.35670.2964
Hunter Lab53.803021.41620.3176
CIE-Lab60.735427.0631-3.2354

#be8199 color RGB value is (190,129,153).

#be8199 hex color red value is 190, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #be8199 hue: 0.93 , saturation: 0.32 and the lightness value of be8199 is 0.63.

The process color (four color CMYK) of #be8199 color hex is 0.00, 0.32, 0.19, 0.25. Web safe color of #be8199 is #cc9999. Color #be8199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 10011001
Octal 276 201 231
Decimal 190 129 153
Hex BE 81 99

RGB Percentages of Color #be8199

%40.25
%27.33
%32.42

CMYK Percentages of Color #be8199

%0
%32
%19
%25

Triadic Colors of #be8199

#be8199 #99be81 #8199be

Analogous Colors of #be8199

#be8199 #be8881 #be81b8

Monochromatic Colors of #be8199

#be8199

Complementary Color

#be8199 #81bea6

#be8199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8199 Color CSS Codes

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

#be8199 Text Font Color

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

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


#be8199 Background Color

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

This div background color is #be8199


#be8199 Border Color

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

This div border color is #be8199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8199


Comments

No comments written yet.

Please login to write comment.