Color Hex Logo

#b369ac Color Hex

#B369AC
(179,105,172)
0 Favorites   0 Comments

Color spaces of #b369ac

RGB 179105172
HSL0.850.330.56
HSV306°41°70°
CMYK 0.000.410.04   0.30
XYZ31.088422.665441.7661
Yxy22.66540.32550.2373
Hunter Lab47.608233.2471-18.6887
CIE-Lab54.726039.6471-23.3761

#b369ac color RGB value is (179,105,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101001 10101100
Octal 263 151 254
Decimal 179 105 172
Hex B3 69 AC

RGB Percentages of Color #b369ac

%39.25
%23.03
%37.72

CMYK Percentages of Color #b369ac

%0
%41
%4
%30

Triadic Colors of #b369ac

#b369ac #acb369 #69acb3

Analogous Colors of #b369ac

#b369ac #b36987 #9569b3

Monochromatic Colors of #b369ac

#b369ac

Complementary Color

#b369ac #69b370

#b369ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b369ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b369ac Color CSS Codes

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

#b369ac Text Font Color

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

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


#b369ac Background Color

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

This div background color is #b369ac


#b369ac Border Color

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

This div border color is #b369ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b369ac


Comments

No comments written yet.

Please login to write comment.