Color Hex Logo

#b992af Color Hex

#B992AF
(185,146,175)
0 Favorites   0 Comments

Color spaces of #b992af

RGB 185146175
HSL0.880.220.65
HSV315°21°73°
CMYK 0.000.210.05   0.27
XYZ38.024333.967245.1097
Yxy33.96720.32470.2901
Hunter Lab58.281414.4656-5.0934
CIE-Lab64.936519.5566-9.5505

#b992af color RGB value is (185,146,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010010 10101111
Octal 271 222 257
Decimal 185 146 175
Hex B9 92 AF

RGB Percentages of Color #b992af

%36.56
%28.85
%34.58

CMYK Percentages of Color #b992af

%0
%21
%5
%27

Triadic Colors of #b992af

#b992af #afb992 #92afb9

Analogous Colors of #b992af

#b992af #b9929c #b092b9

Monochromatic Colors of #b992af

#b992af

Complementary Color

#b992af #92b99c

#b992af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b992af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b992af Color CSS Codes

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

#b992af Text Font Color

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

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


#b992af Background Color

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

This div background color is #b992af


#b992af Border Color

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

This div border color is #b992af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,146,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b992af


Comments

No comments written yet.

Please login to write comment.