Color Hex Logo

#b364ac Color Hex

#B364AC
(179,100,172)
0 Favorites   0 Comments

Color spaces of #b364ac

RGB 179100172
HSL0.850.340.55
HSV305°44°70°
CMYK 0.000.440.04   0.30
XYZ30.594021.676641.6012
Yxy21.67660.32590.2309
Hunter Lab46.558135.8181-20.3868
CIE-Lab53.682242.3104-24.9843

#b364ac color RGB value is (179,100,172).

#b364ac hex color red value is 179, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b364ac hue: 0.85 , saturation: 0.34 and the lightness value of b364ac is 0.55.

The process color (four color CMYK) of #b364ac color hex is 0.00, 0.44, 0.04, 0.30. Web safe color of #b364ac is #cc6699. Color #b364ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100100 10101100
Octal 263 144 254
Decimal 179 100 172
Hex B3 64 AC

RGB Percentages of Color #b364ac

%39.69
%22.17
%38.14

CMYK Percentages of Color #b364ac

%0
%44
%4
%30

Triadic Colors of #b364ac

#b364ac #acb364 #64acb3

Analogous Colors of #b364ac

#b364ac #b36485 #9364b3

Monochromatic Colors of #b364ac

#b364ac

Complementary Color

#b364ac #64b36b

#b364ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b364ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b364ac Color CSS Codes

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

#b364ac Text Font Color

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

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


#b364ac Background Color

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

This div background color is #b364ac


#b364ac Border Color

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

This div border color is #b364ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,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 #b364ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b364ac


Comments

No comments written yet.

Please login to write comment.