Color Hex Logo

#b367ab Color Hex

#B367AB
(179,103,171)
0 Favorites   0 Comments

Color spaces of #b367ab

RGB 179103171
HSL0.850.330.55
HSV306°42°70°
CMYK 0.000.420.04   0.30
XYZ30.791322.224541.1949
Yxy22.22450.32680.2359
Hunter Lab47.142934.0870-18.8094
CIE-Lab54.264440.5359-23.5065

#b367ab color RGB value is (179,103,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100111 10101011
Octal 263 147 253
Decimal 179 103 171
Hex B3 67 AB

RGB Percentages of Color #b367ab

%39.51
%22.74
%37.75

CMYK Percentages of Color #b367ab

%0
%42
%4
%30

Triadic Colors of #b367ab

#b367ab #abb367 #67abb3

Analogous Colors of #b367ab

#b367ab #b36785 #9567b3

Monochromatic Colors of #b367ab

#b367ab

Complementary Color

#b367ab #67b36f

#b367ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b367ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b367ab Color CSS Codes

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

#b367ab Text Font Color

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

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


#b367ab Background Color

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

This div background color is #b367ab


#b367ab Border Color

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

This div border color is #b367ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b367ab


Comments

No comments written yet.

Please login to write comment.