Color Hex Logo

#b369ab Color Hex

#B369AB
(179,105,171)
0 Favorites   0 Comments

Color spaces of #b369ab

RGB 179105171
HSL0.850.330.56
HSV306°41°70°
CMYK 0.000.410.04   0.30
XYZ30.992722.627141.2621
Yxy22.62710.32660.2385
Hunter Lab47.568033.0570-18.1326
CIE-Lab54.686139.4651-22.8580

#b369ab color RGB value is (179,105,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101001 10101011
Octal 263 151 253
Decimal 179 105 171
Hex B3 69 AB

RGB Percentages of Color #b369ab

%39.34
%23.08
%37.58

CMYK Percentages of Color #b369ab

%0
%41
%4
%30

Triadic Colors of #b369ab

#b369ab #abb369 #69abb3

Analogous Colors of #b369ab

#b369ab #b36986 #9669b3

Monochromatic Colors of #b369ab

#b369ab

Complementary Color

#b369ab #69b371

#b369ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b369ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b369ab Color CSS Codes

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

#b369ab Text Font Color

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

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


#b369ab Background Color

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

This div background color is #b369ab


#b369ab Border Color

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

This div border color is #b369ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b369ab


Comments

No comments written yet.

Please login to write comment.