Color Hex Logo

#b378ac Color Hex

#B378AC
(179,120,172)
0 Favorites   0 Comments

Color spaces of #b378ac

RGB 179120172
HSL0.850.280.59
HSV307°33°70°
CMYK 0.000.330.04   0.30
XYZ32.753325.995242.3210
Yxy25.99520.32410.2572
Hunter Lab50.985525.4446-13.5244
CIE-Lab58.032531.4382-18.3160

#b378ac color RGB value is (179,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 10101100
Octal 263 170 254
Decimal 179 120 172
Hex B3 78 AC

RGB Percentages of Color #b378ac

%38.00
%25.48
%36.52

CMYK Percentages of Color #b378ac

%0
%33
%4
%30

Triadic Colors of #b378ac

#b378ac #acb378 #78acb3

Analogous Colors of #b378ac

#b378ac #b3788f #9d78b3

Monochromatic Colors of #b378ac

#b378ac

Complementary Color

#b378ac #78b37f

#b378ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378ac Color CSS Codes

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

#b378ac Text Font Color

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

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


#b378ac Background Color

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

This div background color is #b378ac


#b378ac Border Color

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

This div border color is #b378ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378ac


Comments

No comments written yet.

Please login to write comment.