Color Hex Logo

#be92aa Color Hex

#BE92AA
(190,146,170)
0 Favorites   0 Comments

Color spaces of #be92aa

RGB 190146170
HSL0.910.250.66
HSV327°23°75°
CMYK 0.000.230.11   0.25
XYZ38.769834.407242.6281
Yxy34.40720.33480.2971
Hunter Lab58.657715.3288-2.0273
CIE-Lab65.284520.4488-6.1647

#be92aa color RGB value is (190,146,170).

#be92aa hex color red value is 190, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be92aa hue: 0.91 , saturation: 0.25 and the lightness value of be92aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010010 10101010
Octal 276 222 252
Decimal 190 146 170
Hex BE 92 AA

RGB Percentages of Color #be92aa

%37.55
%28.85
%33.60

CMYK Percentages of Color #be92aa

%0
%23
%11
%25

Triadic Colors of #be92aa

#be92aa #aabe92 #92aabe

Analogous Colors of #be92aa

#be92aa #be9294 #bc92be

Monochromatic Colors of #be92aa

#be92aa

Complementary Color

#be92aa #92bea6

#be92aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be92aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be92aa Color CSS Codes

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

#be92aa Text Font Color

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

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


#be92aa Background Color

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

This div background color is #be92aa


#be92aa Border Color

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

This div border color is #be92aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,146,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 #be92aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be92aa


Comments

No comments written yet.

Please login to write comment.