Color Hex Logo

#b384ac Color Hex

#B384AC
(179,132,172)
0 Favorites   0 Comments

Color spaces of #b384ac

RGB 179132172
HSL0.860.240.61
HSV309°26°70°
CMYK 0.000.260.04   0.30
XYZ34.288129.064842.8326
Yxy29.06480.32290.2737
Hunter Lab53.911819.1811-9.3673
CIE-Lab60.838824.7342-14.0634

#b384ac color RGB value is (179,132,172).

#b384ac hex color red value is 179, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b384ac hue: 0.86 , saturation: 0.24 and the lightness value of b384ac is 0.61.

The process color (four color CMYK) of #b384ac color hex is 0.00, 0.26, 0.04, 0.30. Web safe color of #b384ac is #cc9999. Color #b384ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 10101100
Octal 263 204 254
Decimal 179 132 172
Hex B3 84 AC

RGB Percentages of Color #b384ac

%37.06
%27.33
%35.61

CMYK Percentages of Color #b384ac

%0
%26
%4
%30

Triadic Colors of #b384ac

#b384ac #acb384 #84acb3

Analogous Colors of #b384ac

#b384ac #b38495 #a384b3

Monochromatic Colors of #b384ac

#b384ac

Complementary Color

#b384ac #84b38b

#b384ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b384ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b384ac Color CSS Codes

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

#b384ac Text Font Color

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

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


#b384ac Background Color

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

This div background color is #b384ac


#b384ac Border Color

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

This div border color is #b384ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b384ac


Comments

No comments written yet.

Please login to write comment.