Color Hex Logo

#b359ab Color Hex

#B359AB
(179,89,171)
0 Favorites   0 Comments

Color spaces of #b359ab

RGB 17989171
HSL0.850.370.53
HSV305°50°70°
CMYK 0.000.500.04   0.30
XYZ29.513519.668740.7690
Yxy19.66870.32810.2187
Hunter Lab44.349441.1761-23.4588
CIE-Lab51.460547.8040-27.8405

#b359ab color RGB value is (179,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 10101011
Octal 263 131 253
Decimal 179 89 171
Hex B3 59 AB

RGB Percentages of Color #b359ab

%40.77
%20.27
%38.95

CMYK Percentages of Color #b359ab

%0
%50
%4
%30

Triadic Colors of #b359ab

#b359ab #abb359 #59abb3

Analogous Colors of #b359ab

#b359ab #b3597e #8e59b3

Monochromatic Colors of #b359ab

#b359ab

Complementary Color

#b359ab #59b361

#b359ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359ab Color CSS Codes

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

#b359ab Text Font Color

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

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


#b359ab Background Color

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

This div background color is #b359ab


#b359ab Border Color

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

This div border color is #b359ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359ab


Comments

No comments written yet.

Please login to write comment.