Color Hex Logo

#b964a1 Color Hex

#B964A1
(185,100,161)
0 Favorites   0 Comments

Color spaces of #b964a1

RGB 185100161
HSL0.880.380.56
HSV317°46°73°
CMYK 0.000.460.13   0.27
XYZ30.997822.001836.3312
Yxy22.00180.34700.2463
Hunter Lab46.906135.8758-13.0889
CIE-Lab54.028942.3169-17.9797

#b964a1 color RGB value is (185,100,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100100 10100001
Octal 271 144 241
Decimal 185 100 161
Hex B9 64 A1

RGB Percentages of Color #b964a1

%41.48
%22.42
%36.10

CMYK Percentages of Color #b964a1

%0
%46
%13
%27

Triadic Colors of #b964a1

#b964a1 #a1b964 #64a1b9

Analogous Colors of #b964a1

#b964a1 #b96477 #a764b9

Monochromatic Colors of #b964a1

#b964a1

Complementary Color

#b964a1 #64b97c

#b964a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b964a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b964a1 Color CSS Codes

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

#b964a1 Text Font Color

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

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


#b964a1 Background Color

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

This div background color is #b964a1


#b964a1 Border Color

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

This div border color is #b964a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b964a1


Comments

No comments written yet.

Please login to write comment.