Color Hex Logo

#b499af Color Hex

#B499AF
(180,153,175)
0 Favorites   0 Comments

Color spaces of #b499af

RGB 180153175
HSL0.860.150.65
HSV311°15°71°
CMYK 0.000.150.03   0.29
XYZ37.951535.580945.4250
Yxy35.58090.31900.2991
Hunter Lab59.64979.1817-3.3962
CIE-Lab66.198513.8820-7.7213

#b499af color RGB value is (180,153,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 10101111
Octal 264 231 257
Decimal 180 153 175
Hex B4 99 AF

RGB Percentages of Color #b499af

%35.43
%30.12
%34.45

CMYK Percentages of Color #b499af

%0
%15
%3
%29

Triadic Colors of #b499af

#b499af #afb499 #99afb4

Analogous Colors of #b499af

#b499af #b499a2 #ac99b4

Monochromatic Colors of #b499af

#b499af

Complementary Color

#b499af #99b49e

#b499af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499af Color CSS Codes

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

#b499af Text Font Color

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

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


#b499af Background Color

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

This div background color is #b499af


#b499af Border Color

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

This div border color is #b499af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499af


Comments

No comments written yet.

Please login to write comment.