Color Hex Logo

#be81aa Color Hex

#BE81AA
(190,129,170)
0 Favorites   0 Comments

Color spaces of #be81aa

RGB 190129170
HSL0.890.320.63
HSV320°32°75°
CMYK 0.000.320.11   0.25
XYZ36.341229.549941.8185
Yxy29.54990.33740.2743
Hunter Lab54.359824.2030-7.5594
CIE-Lab61.263929.8687-12.1646

#be81aa color RGB value is (190,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 10101010
Octal 276 201 252
Decimal 190 129 170
Hex BE 81 AA

RGB Percentages of Color #be81aa

%38.85
%26.38
%34.76

CMYK Percentages of Color #be81aa

%0
%32
%11
%25

Triadic Colors of #be81aa

#be81aa #aabe81 #81aabe

Analogous Colors of #be81aa

#be81aa #be818c #b481be

Monochromatic Colors of #be81aa

#be81aa

Complementary Color

#be81aa #81be95

#be81aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be81aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be81aa Color CSS Codes

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

#be81aa Text Font Color

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

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


#be81aa Background Color

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

This div background color is #be81aa


#be81aa Border Color

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

This div border color is #be81aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be81aa


Comments

No comments written yet.

Please login to write comment.