Color Hex Logo

#b992aa Color Hex

#B992AA
(185,146,170)
0 Favorites   0 Comments

Color spaces of #b992aa

RGB 185146170
HSL0.900.220.65
HSV323°21°73°
CMYK 0.000.210.08   0.27
XYZ37.542233.774342.5706
Yxy33.77430.32960.2966
Hunter Lab58.115713.6070-2.7499
CIE-Lab64.783018.6546-6.9635

#b992aa color RGB value is (185,146,170).

#b992aa hex color red value is 185, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b992aa hue: 0.90 , saturation: 0.22 and the lightness value of b992aa is 0.65.

The process color (four color CMYK) of #b992aa color hex is 0.00, 0.21, 0.08, 0.27. Web safe color of #b992aa is #cc9999. Color #b992aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010010 10101010
Octal 271 222 252
Decimal 185 146 170
Hex B9 92 AA

RGB Percentages of Color #b992aa

%36.93
%29.14
%33.93

CMYK Percentages of Color #b992aa

%0
%21
%8
%27

Triadic Colors of #b992aa

#b992aa #aab992 #92aab9

Analogous Colors of #b992aa

#b992aa #b99297 #b592b9

Monochromatic Colors of #b992aa

#b992aa

Complementary Color

#b992aa #92b9a1

#b992aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b992aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b992aa Color CSS Codes

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

#b992aa Text Font Color

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

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


#b992aa Background Color

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

This div background color is #b992aa


#b992aa Border Color

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

This div border color is #b992aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b992aa


Comments

No comments written yet.

Please login to write comment.