Color Hex Logo

#be8aab Color Hex

#BE8AAB
(190,138,171)
0 Favorites   0 Comments

Color spaces of #be8aab

RGB 190138171
HSL0.890.290.64
HSV322°27°75°
CMYK 0.000.270.10   0.25
XYZ37.674432.064442.7315
Yxy32.06440.33500.2851
Hunter Lab56.625419.6663-5.1045
CIE-Lab63.396125.0629-9.5389

#be8aab color RGB value is (190,138,171).

#be8aab hex color red value is 190, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be8aab hue: 0.89 , saturation: 0.29 and the lightness value of be8aab is 0.64.

The process color (four color CMYK) of #be8aab color hex is 0.00, 0.27, 0.10, 0.25. Web safe color of #be8aab is #cc9999. Color #be8aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001010 10101011
Octal 276 212 253
Decimal 190 138 171
Hex BE 8A AB

RGB Percentages of Color #be8aab

%38.08
%27.66
%34.27

CMYK Percentages of Color #be8aab

%0
%27
%10
%25

Triadic Colors of #be8aab

#be8aab #abbe8a #8aabbe

Analogous Colors of #be8aab

#be8aab #be8a91 #b78abe

Monochromatic Colors of #be8aab

#be8aab

Complementary Color

#be8aab #8abe9d

#be8aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8aab Color CSS Codes

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

#be8aab Text Font Color

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

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


#be8aab Background Color

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

This div background color is #be8aab


#be8aab Border Color

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

This div border color is #be8aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8aab


Comments

No comments written yet.

Please login to write comment.