Color Hex Logo

#b164ac Color Hex

#B164AC
(177,100,172)
0 Favorites   0 Comments

Color spaces of #b164ac

RGB 177100172
HSL0.840.330.54
HSV304°44°69°
CMYK 0.000.440.03   0.31
XYZ30.135021.440041.5798
Yxy21.44000.32350.2302
Hunter Lab46.303335.1400-20.8293
CIE-Lab53.427741.6849-25.3982

#b164ac color RGB value is (177,100,172).

#b164ac hex color red value is 177, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b164ac hue: 0.84 , saturation: 0.33 and the lightness value of b164ac is 0.54.

The process color (four color CMYK) of #b164ac color hex is 0.00, 0.44, 0.03, 0.31. Web safe color of #b164ac is #996699. Color #b164ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100100 10101100
Octal 261 144 254
Decimal 177 100 172
Hex B1 64 AC

RGB Percentages of Color #b164ac

%39.42
%22.27
%38.31

CMYK Percentages of Color #b164ac

%0
%44
%3
%31

Triadic Colors of #b164ac

#b164ac #acb164 #64acb1

Analogous Colors of #b164ac

#b164ac #b16486 #9064b1

Monochromatic Colors of #b164ac

#b164ac

Complementary Color

#b164ac #64b169

#b164ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b164ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b164ac Color CSS Codes

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

#b164ac Text Font Color

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

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


#b164ac Background Color

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

This div background color is #b164ac


#b164ac Border Color

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

This div border color is #b164ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b164ac


Comments

No comments written yet.

Please login to write comment.