Color Hex Logo

#b599af Color Hex

#B599AF
(181,153,175)
0 Favorites   0 Comments

Color spaces of #b599af

RGB 181153175
HSL0.870.160.65
HSV313°15°71°
CMYK 0.000.150.03   0.29
XYZ38.185235.701445.4359
Yxy35.70140.32000.2992
Hunter Lab59.75069.5114-3.2602
CIE-Lab66.291114.2367-7.5735

#b599af color RGB value is (181,153,175).

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

The process color (four color CMYK) of #b599af color hex is 0.00, 0.15, 0.03, 0.29. Web safe color of #b599af is #cc9999. Color #b599af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 10101111
Octal 265 231 257
Decimal 181 153 175
Hex B5 99 AF

RGB Percentages of Color #b599af

%35.56
%30.06
%34.38

CMYK Percentages of Color #b599af

%0
%15
%3
%29

Triadic Colors of #b599af

#b599af #afb599 #99afb5

Analogous Colors of #b599af

#b599af #b599a1 #ad99b5

Monochromatic Colors of #b599af

#b599af

Complementary Color

#b599af #99b59f

#b599af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b599af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b599af Color CSS Codes

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

#b599af Text Font Color

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

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


#b599af Background Color

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

This div background color is #b599af


#b599af Border Color

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

This div border color is #b599af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b599af


Comments

No comments written yet.

Please login to write comment.