Color Hex Logo

#b963ad Color Hex

#B963AD
(185,99,173)
0 Favorites   0 Comments

Color spaces of #b963ad

RGB 18599173
HSL0.860.380.56
HSV308°46°73°
CMYK 0.000.460.06   0.27
XYZ32.012222.255142.1436
Yxy22.25510.33200.2308
Hunter Lab47.175338.5696-19.9434
CIE-Lab54.296644.8769-24.5529

#b963ad color RGB value is (185,99,173).

#b963ad hex color red value is 185, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b963ad hue: 0.86 , saturation: 0.38 and the lightness value of b963ad is 0.56.

The process color (four color CMYK) of #b963ad color hex is 0.00, 0.46, 0.06, 0.27. Web safe color of #b963ad is #cc6699. Color #b963ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100011 10101101
Octal 271 143 255
Decimal 185 99 173
Hex B9 63 AD

RGB Percentages of Color #b963ad

%40.48
%21.66
%37.86

CMYK Percentages of Color #b963ad

%0
%46
%6
%27

Triadic Colors of #b963ad

#b963ad #adb963 #63adb9

Analogous Colors of #b963ad

#b963ad #b96382 #9a63b9

Monochromatic Colors of #b963ad

#b963ad

Complementary Color

#b963ad #63b96f

#b963ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b963ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b963ad Color CSS Codes

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

#b963ad Text Font Color

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

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


#b963ad Background Color

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

This div background color is #b963ad


#b963ad Border Color

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

This div border color is #b963ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b963ad


Comments

No comments written yet.

Please login to write comment.