Color Hex Logo

#b279ac Color Hex

#B279AC
(178,121,172)
0 Favorites   0 Comments

Color spaces of #b279ac

RGB 178121172
HSL0.850.270.59
HSV306°32°70°
CMYK 0.000.320.03   0.30
XYZ32.643926.118342.3505
Yxy26.11830.32280.2583
Hunter Lab51.106124.5809-13.3581
CIE-Lab58.149230.5445-18.1487

#b279ac color RGB value is (178,121,172).

#b279ac hex color red value is 178, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b279ac hue: 0.85 , saturation: 0.27 and the lightness value of b279ac is 0.59.

The process color (four color CMYK) of #b279ac color hex is 0.00, 0.32, 0.03, 0.30. Web safe color of #b279ac is #996699. Color #b279ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 10101100
Octal 262 171 254
Decimal 178 121 172
Hex B2 79 AC

RGB Percentages of Color #b279ac

%37.79
%25.69
%36.52

CMYK Percentages of Color #b279ac

%0
%32
%3
%30

Triadic Colors of #b279ac

#b279ac #acb279 #79acb2

Analogous Colors of #b279ac

#b279ac #b27990 #9c79b2

Monochromatic Colors of #b279ac

#b279ac

Complementary Color

#b279ac #79b27f

#b279ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b279ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b279ac Color CSS Codes

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

#b279ac Text Font Color

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

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


#b279ac Background Color

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

This div background color is #b279ac


#b279ac Border Color

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

This div border color is #b279ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b279ac


Comments

No comments written yet.

Please login to write comment.