Color Hex Logo

#b9afca Color Hex

#B9AFCA
(185,175,202)
0 Favorites   0 Comments

Color spaces of #b9afca

RGB 185175202
HSL0.730.200.74
HSV262°13°79°
CMYK 0.080.130.00   0.21
XYZ45.998245.238562.1847
Yxy45.23850.29980.2949
Hunter Lab67.25964.3703-7.7347
CIE-Lab73.04878.7279-12.4028

#b9afca color RGB value is (185,175,202).

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

The process color (four color CMYK) of #b9afca color hex is 0.08, 0.13, 0.00, 0.21. Web safe color of #b9afca is #cc99cc. Color #b9afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 11001010
Octal 271 257 312
Decimal 185 175 202
Hex B9 AF CA

RGB Percentages of Color #b9afca

%32.92
%31.14
%35.94

CMYK Percentages of Color #b9afca

%8
%13
%0
%21

Triadic Colors of #b9afca

#b9afca #cab9af #afcab9

Analogous Colors of #b9afca

#b9afca #c7afca #afb3ca

Monochromatic Colors of #b9afca

#b9afca

Complementary Color

#b9afca #c0caaf

#b9afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9afca Color CSS Codes

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

#b9afca Text Font Color

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

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


#b9afca Background Color

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

This div background color is #b9afca


#b9afca Border Color

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

This div border color is #b9afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9afca


Comments

No comments written yet.

Please login to write comment.