Color Hex Logo

#b356ab Color Hex

#B356AB
(179,86,171)
0 Favorites   0 Comments

Color spaces of #b356ab

RGB 17986171
HSL0.850.380.52
HSV305°52°70°
CMYK 0.000.520.04   0.30
XYZ29.268919.179640.6875
Yxy19.17960.32840.2152
Hunter Lab43.794542.6553-24.4275
CIE-Lab50.896749.2965-28.7166

#b356ab color RGB value is (179,86,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 10101011
Octal 263 126 253
Decimal 179 86 171
Hex B3 56 AB

RGB Percentages of Color #b356ab

%41.06
%19.72
%39.22

CMYK Percentages of Color #b356ab

%0
%52
%4
%30

Triadic Colors of #b356ab

#b356ab #abb356 #56abb3

Analogous Colors of #b356ab

#b356ab #b3567d #8d56b3

Monochromatic Colors of #b356ab

#b356ab

Complementary Color

#b356ab #56b35e

#b356ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356ab Color CSS Codes

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

#b356ab Text Font Color

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

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


#b356ab Background Color

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

This div background color is #b356ab


#b356ab Border Color

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

This div border color is #b356ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356ab


Comments

No comments written yet.

Please login to write comment.