Color Hex Logo

#b399af Color Hex

#B399AF
(179,153,175)
0 Favorites   0 Comments

Color spaces of #b399af

RGB 179153175
HSL0.860.150.65
HSV309°15°70°
CMYK 0.000.150.02   0.30
XYZ37.719535.461345.4141
Yxy35.46130.31810.2990
Hunter Lab59.54948.8532-3.5317
CIE-Lab66.106213.5276-7.8683

#b399af color RGB value is (179,153,175).

#b399af hex color red value is 179, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b399af hue: 0.86 , saturation: 0.15 and the lightness value of b399af is 0.65.

The process color (four color CMYK) of #b399af color hex is 0.00, 0.15, 0.02, 0.30. Web safe color of #b399af is #cc9999. Color #b399af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 10101111
Octal 263 231 257
Decimal 179 153 175
Hex B3 99 AF

RGB Percentages of Color #b399af

%35.31
%30.18
%34.52

CMYK Percentages of Color #b399af

%0
%15
%2
%30

Triadic Colors of #b399af

#b399af #afb399 #99afb3

Analogous Colors of #b399af

#b399af #b399a2 #aa99b3

Monochromatic Colors of #b399af

#b399af

Complementary Color

#b399af #99b39d

#b399af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b399af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b399af Color CSS Codes

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

#b399af Text Font Color

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

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


#b399af Background Color

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

This div background color is #b399af


#b399af Border Color

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

This div border color is #b399af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b399af


Comments

No comments written yet.

Please login to write comment.