Color Hex Logo

#b9a3dc Color Hex

#B9A3DC
(185,163,220)
0 Favorites   0 Comments

Color spaces of #b9a3dc

RGB 185163220
HSL0.730.450.75
HSV263°26°86°
CMYK 0.160.260.00   0.14
XYZ46.023041.676073.3287
Yxy41.67600.28580.2588
Hunter Lab64.557014.2790-22.1562
CIE-Lab70.647019.1505-25.9165

#b9a3dc color RGB value is (185,163,220).

#b9a3dc hex color red value is 185, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9a3dc hue: 0.73 , saturation: 0.45 and the lightness value of b9a3dc is 0.75.

The process color (four color CMYK) of #b9a3dc color hex is 0.16, 0.26, 0.00, 0.14. Web safe color of #b9a3dc is #cc99cc. Color #b9a3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100011 11011100
Octal 271 243 334
Decimal 185 163 220
Hex B9 A3 DC

RGB Percentages of Color #b9a3dc

%32.57
%28.70
%38.73

CMYK Percentages of Color #b9a3dc

%16
%26
%0
%14

Triadic Colors of #b9a3dc

#b9a3dc #dcb9a3 #a3dcb9

Analogous Colors of #b9a3dc

#b9a3dc #d6a3dc #a3aadc

Monochromatic Colors of #b9a3dc

#b9a3dc

Complementary Color

#b9a3dc #c6dca3

#b9a3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a3dc Color CSS Codes

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

#b9a3dc Text Font Color

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

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


#b9a3dc Background Color

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

This div background color is #b9a3dc


#b9a3dc Border Color

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

This div border color is #b9a3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a3dc


Comments

No comments written yet.

Please login to write comment.