Color Hex Logo

#b996af Color Hex

#B996AF
(185,150,175)
0 Favorites   0 Comments

Color spaces of #b996af

RGB 185150175
HSL0.880.200.66
HSV317°19°73°
CMYK 0.000.190.05   0.27
XYZ38.651835.222145.3188
Yxy35.22210.32430.2955
Hunter Lab59.348212.3926-3.7306
CIE-Lab65.921217.3278-8.0828

#b996af color RGB value is (185,150,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 10101111
Octal 271 226 257
Decimal 185 150 175
Hex B9 96 AF

RGB Percentages of Color #b996af

%36.27
%29.41
%34.31

CMYK Percentages of Color #b996af

%0
%19
%5
%27

Triadic Colors of #b996af

#b996af #afb996 #96afb9

Analogous Colors of #b996af

#b996af #b9969e #b296b9

Monochromatic Colors of #b996af

#b996af

Complementary Color

#b996af #96b9a0

#b996af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b996af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b996af Color CSS Codes

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

#b996af Text Font Color

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

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


#b996af Background Color

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

This div background color is #b996af


#b996af Border Color

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

This div border color is #b996af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b996af


Comments

No comments written yet.

Please login to write comment.