Color Hex Logo

#b379af Color Hex

#B379AF
(179,121,175)
0 Favorites   0 Comments

Color spaces of #b379af

RGB 179121175
HSL0.840.280.59
HSV304°32°70°
CMYK 0.000.320.02   0.30
XYZ33.165626.353643.8962
Yxy26.35360.32070.2548
Hunter Lab51.335825.4828-14.7627
CIE-Lab58.371231.4431-19.5209

#b379af color RGB value is (179,121,175).

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

The process color (four color CMYK) of #b379af color hex is 0.00, 0.32, 0.02, 0.30. Web safe color of #b379af is #cc6699. Color #b379af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 10101111
Octal 263 171 257
Decimal 179 121 175
Hex B3 79 AF

RGB Percentages of Color #b379af

%37.68
%25.47
%36.84

CMYK Percentages of Color #b379af

%0
%32
%2
%30

Triadic Colors of #b379af

#b379af #afb379 #79afb3

Analogous Colors of #b379af

#b379af #b37992 #9a79b3

Monochromatic Colors of #b379af

#b379af

Complementary Color

#b379af #79b37d

#b379af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b379af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b379af Color CSS Codes

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

#b379af Text Font Color

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

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


#b379af Background Color

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

This div background color is #b379af


#b379af Border Color

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

This div border color is #b379af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,121,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b379af


Comments

No comments written yet.

Please login to write comment.